| DOS FTP COMMANDS |
| COMMAND | FUNCTION |
| help | Displays DOS FTP help. |
| ascii | Sets transfer mode to ASCII (for text files and HTML pages). |
| binary | Sets transfer mode to BINARY (for graphics and sound files). |
| cd | Changes working directory on the remote computer. |
| delete | Deletes files on the remote computer. |
| disconnect | Breaks the ftp connection but keeps FTP client open. |
| get | Copies a remote file to the local computer using the current file transfer type (the local dir is the one your launched FTP in or changed to with the lcs command). |
| lcd | Changes the working directory on the local computer. |
| ls | Displays list of remote directory's files and sub-directories. |
| mdelete | Multiple delete of files. |
| mget | Copies multiple remote files to local computer. |
| mkdir | Creates a remote directory. |
| mput | Copies multiple local file to the remote computer. |
| put | Copies a local file to the remote computer. |
| rename | Renames remote files. |
| rmdir | Deletes a remote directory. |
| type | Sets or displays the file transfer type. |