Transferring multiple files from the same location
- Last Updated: January 29, 2024
- 1 minute read
- WS_FTP Pro
- Version 12.9
Transferring multiple files from the same location
If all the files you want to transfer are in the same folder, you can use the wildcard charac* and ?, in the file name. For example, if you want to upload all of the files in C:\Sports\ use:
wsftppro -s local:c:\sports\*.* -d robert!border:/pub/drop/Or, to transfer all .doc files in the same folder, enter:
wsftppro -s local:c:\sports\*.doc -d robert!border:/pub/drop/To transfer multiple files not in the same folder, see Multiple Folders or Com.