Script File Command Options |
Top Previous Next |
Command options may be present on certain script file commands following the command name and any arguments that may be required. Options always begin with the / symbol and must not contain any embedded spaces. For instance, in an option such as /timeout=10, you must not put spaces on either side of the equal sign. Many commands support multiple options. Examples of command options are below:
RCVFILE /timeout=0 SENDFILE "example.txt" /archive FTPLOGON "ftp.secure.com" /servertype=FTPSDATA /trust=ALLOW
|