wsftppro -s local:c:\tartan.bmp -d robert!border:/pub/tartan.bmp
The transfer destination argument begins with the -d
argument, followed by the label for the destination, and the path to where files are being transferred to. If the destination is your local system, the destination label is local. If you are doing an upload, the destination label is either the site folder!site name (as in the example above) or the IP address, FTP URL, or Host name of the FTP site. For example:
wsftppro -s local:c:\tartan.bmp -d ftp://username:password@border.ipswitch.com/pub/tartan.bmp
or
wsftppro -s local:c:\tartan.bmp -u username -w password -d 156.21.50.78:/pub/tartan.bmp