Append local-file [Remote-file]: append a local file to a remote system host. If the remote system file name is not specified, the local file name is used.
ASCII: uses the ASCII Type Transmission Mode.
Bin: Transfers binary files.
. Bye: exit the FTP session.
Case: when using mget, convert uppercase letters in the remote host file name to lowercase letters.
CD remote-Dir: Enter the remote host directory.
Cdup: Enter the parent directory of the remote host directory.
Close: interrupt the FTP session with the remote server (corresponding to open ).
Cr: When a file is transmitted in asscii mode, the carriage return line is converted into a return line.
Delete remote-file: delete a remote host file.
Dir [Remote-Dir] [local-file]: displays the remote host directory and saves the result to a local file.
Disconnection: Same as close.
. Form Format: sets the file transmission mode to format. The default mode is file.
Get remote-file [local-file]: transfers the remote-file of the remote host to the local-file of the local hard disk.
Help [cmd]: displays the help information of the FTP Internal Command cmd, for example, help get.
Image: sets the binary transmission mode (the same as binary ).
Mdelete [Remote-file]: deletes remote host files.
Mdir remote-files local-file: similar to Dir, but multiple remote files can be specified, such as mdir *. O. *. zipoutfile.
Mdelete [Remote-file]: deletes remote host files.
Mget remote-Files: Transfers multiple remote files.
Mkdir Dir-Name: create a directory on the remote host.
MLS remote-File Local-file: Same as NLIST, but multiple file names can be specified.
Mode [modename]: sets the file transmission mode to modename. The default mode is stream.
Modtime file-Name: displays the last modification time of the remote host file.
Mput local-file: Transfers multiple files to the remote host.
Put local-file [Remote-file]: transfers the local-file to the remote host.
PWD: displays the current working directory of the remote host.
Quit: Same as bye, quit the FTP session.
. Size file-Name: displays the file size of the remote host, for example, site idle 7200.
. Send local-file [Remote-file]: Same as put.
Restart marker: Start get or put again from the specified mark marker, for example, restart 130.
Rmdir Dir-Name: Delete the remote host directory.
Runique: Set the file name to only one storage. If the file exists, add the suffix. 1,. 2 and so on to the original file.
Send local-file [Remote-file]: Same as put.
System: displays the operating system type of the remote host.
Status: displays the current FTP status.
. User user-name [Password] [account]: indicates your identity to the remote host. If you need a password, you must enter the password, for example, USER anonymous my @ email.