Uploading Files
- Last Updated: January 29, 2024
- 1 minute read
- WS_FTP Pro
- Version 12.9
Uploading Files
To upload a file, use the basic command syntax with the file or files you want to upload identified in the source argument. For example; if you want to copy the file tartan.bmp from the armstrong folder on your C: drive and place it in the /pub/ folder on the site identified in the border site profile use:
wsftppro -s local:c:\armstrong\tartan.bmp -d robert!border:/pub/tartan.bmpor
wsftppro -s local:c:\armstrong\tartan.bmp -d robert!border:/pub/Notice that the second option omits the file name from the destination location. You can do this when you want the transferred file to have the same name as it does in the source location. However, note that you must enter the trailing slash after the destination folder in order for this to work.