+2 votes
by (240 points)
edited

hi can anyone please detail me the difference between Getfiles and Getfile methods?

Applies to: Rebex SFTP, Rebex FTP/SSL

1 Answer

+2 votes
by (18.0k points)
edited

The following answer applies both for FTP and SFTP components:

  • GetFile method is used to download one, exactly specified file.
  • GetFiles method can download more files (even with subdirectories), specified by wildcards and another options.

The similar difference is between PutFile and PutFiles methods.

...