| ! |
Escape to the shell |
| ? |
Print local help information |
| append |
Append to a file |
| ascii |
Set ASCII transfer type. Use this for transfering text files, such as .htm. See www.superior-host.com/webhosting-guide/linux-files.html for an excellent discussion of when to use ascii mode and when to use binary mode. |
| bell |
Beep when command completed |
| binary |
Set binary transfer type. Use this for transfering binary files such as .exe and graphics images (see also ascii). |
| bye |
Terminate the FTP session and exit |
| cd |
Change remote working directory ( use .. to go to parent) |
| close |
Terminate FTP session |
| delete |
Delete remote file |
| debug |
Toggle debugging mode |
| dir |
List the contents of the remote directory |
| disconnect |
Terminate the FTP session |
| get |
Receive file (see also mget) |
| glob |
Toggle metacharacter expansion of local file names |
| hash |
Toggle printing '#' for each buffer transferred |
| help |
Prints list of commands |
| lcd |
Change the local working directory |
| literal |
Send an arbitrary FTP command |
| ls |
List contents of remote directory |
| mdelete |
Delete multiple files |
| mdir |
List the contents of multiple remote directories |
| mget |
Get multiple files (see also get) |
| mkdir |
Make a directory on the remote machine |
| mls |
List contents of multiple remote directories |
| mput |
Send multiple files (see also put) |
| open |
Connect to remote FTP |
| prompt |
Force interactive prompting on multiple commands (this is a toggle) |
| put |
Send one file (see also mput) |
| pwd |
Print working directory on remote machine |
| quit |
Terminate FTP session and exit |
| quote |
Send an arbitrary FTP command. You can view a list of raw FTP commands on www.nsftools.com/tips/RawFTP.htm |
| recv |
Receive file |
| remotehelp |
Get help from remote server |
| rename |
Rename a file |
| rmdir |
Remove a directory on the remote machine |
| send |
Send one file |
| status |
Show current status |
| trace |
Toggle packet tracing |
| type |
Set file transfer type |
| user |
Send new user information |
| verbose |
Toggle verbose mod |