Example of Starting the Client with a Script File
The following command runs the FTP Client, connects to the FTP
site "Central" and executes an FTP script file named Upload.rfs
.
Rftpc.exe Central /RFS Upload.rfs
In this example, the FTP Client starts and automatically connects to the FTP site "Central". The site properties defined for the "Central" FTP site are in effect when the script runs.
note
Any site or script filename containing spaces must be enclosed in quotation marks. For example:
Rftpc.exe "My Site" /RFS "Central files download.rfs"
More information