Re: Multiple File types in Various Folders
If you want to download the files to the same local folder (not reproducing the remote directory structure locally), then it is actually not easy.
See Downloading all files from FTP/SFTP to the same local folder
Btw, your
https://winscp.net/eng/docs/scriptcommand_get#remarks
See Downloading all files from FTP/SFTP to the same local folder
Btw, your
get
syntax is wrong. It misses destination (which is mandatory, when multiple sources are used):
get -delete *.txt *.log *.doc c:\target\path\*
https://winscp.net/eng/docs/scriptcommand_get#remarks