Re: FTP download fails after SIZE command
The API specifications says it clearly:
You can use
string remotePath
: Full path to remote directory followed by slash and wildcard to select files or subdirectories to download.
You can use
Session.CombinePaths(path, "*")
to append the wildcard.