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

asked 12 Apr '11, 07:00

Gowtham's gravatar image

Gowtham
352
accept rate: 0%

edited 12 Apr '11, 08:47

Jan%20Sotola's gravatar image

Jan Sotola ♦♦
3566


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.

link

answered 12 Apr '11, 08:46

Jan%20Sotola's gravatar image

Jan Sotola ♦♦
3566
accept rate: 36%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×152
×141
×13

Asked: 12 Apr '11, 07:00

Seen: 864 times

Last updated: 12 Apr '11, 08:47