|
Command |
Description |
|
ascii |
Sets the file transfer type to network ASCII. |
|
binary |
Sets the file transfer type to support binary files. |
|
bye or quit |
Terminates the FTP remote session and exits FTP. |
|
cd remote-directory |
Changes the working directory on the remote computer to
remote-directory. |
|
delete remote-file |
Deletes the file on the remote computer. |
|
dir or ls remote-dir |
Prints a directory contents list in the remote directory,
if a remote directory is specified. |
|
get remotefile localfile |
Retrieves the remote file and stores it on the local
computer. If the local file name is not specified, it is given the same name
it has on the remote computer. |
|
help |
Prints an informative message about the meaning of the
command. |