The following is a list of script commands.
! | Issue a command in the Windows environment. |
? | Display a list of valid script commands. |
ASCII | Set ASCII (text) mode for file transfer. |
Auto | Set automatic mode for file transfer. |
Binary | Set binary mode for file transfer. |
Cd | Change the current folder on the remote computer. |
Close | Close the current session. |
Delete | Delete a file on the remote computer. |
Dir | Display the contents of the current folder on the remote computer. |
Get | Download a file from the remote computer. |
Goto | Jump to a label in the script file. |
Help | Display help information on script commands. |
If | Evaluate a condition and execute a script command if true. |
Lcd | Change the current folder on the local computer. |
Literal | Send a command to the remote computer. |
Ls | List the contents of the current folder on the remote computer. |
Mkdir | Create a new folder on the remote computer. |
Put | Upload a local file to the remote computer. |
Quit | Close the current session and exit the application if no other sessions are active. |
Rename | Rename a file or folder on the remote computer. |
Rmdir | Delete a folder on the remote computer. |
Set | Set prompts on or off for delete and replace operations. |