Run a Script File at StartupYou can start the client and provide command line parameters that automatically execute all the commands in a script file. This allows you to automate sequences of commands.
Startup Command Syntax to Execute a Script File<executable>.exe [<site>] /RFS <script file> Use a space to separate each argument in the command line. <executable>.exe Provides the path and name of the FTP Client executable file. For example: "C:\Program Files\...\Rftpc.exe" <site> Specifies a previously defined site. The site properties are in effect when the client starts. If the FTP site name contains spaces, enclose it in quotation marks, for example "ADA Home". When included, the <site> argument is always the first argument on the command line. When used in conjunction with the /W switch, the <site> argument is ignored. /RFS <script file> Provides the path and name of the FTP script file. If the script file name or path contains spaces, enclose it in quotation marks , for example "C:\My Script Files\Get lab reports.rfs". | ||
|