[AccessD] Transferring Files via FTP

Stuart McLachlan stuart at lexacorp.com.pg
Fri Oct 9 17:41:01 CDT 2020


WinSCP doesn't have a separate MGET but GET does the job:

https://winscp.net/eng/docs/scriptcommand_get#syntax

 Downloads one or more files from remote directory to local directory.

If only one parameter is specified, downloads the file to local working 
directory. If more parameters are specified, all except the last one specify set 
of files to download. Filename can be replaced with wildcard to select 
multiple files. To download all files in a directory, use mask *.

The last parameter specifies target local directory and optionally operation 
mask to store file(s) under different name. Target directory must end with 
backslash. To download more files to current working directory use .\ as the 
last parameter


On 9 Oct 2020 at 16:28, Jim Dettman via AccessD wrote:

>  Most FTP clients have a MGET() / MPUT()  ('M' for many)
> command available.  Not sure what WinSCP has available in that regard.



More information about the AccessD mailing list