The internal command used by FTP is as follows (bracket indicating option):
1.! [Cmd [args}: Perform interaction shell in the local machine, exit returns to the FTP environment, such as:! Ls * .zip.
6.bell: After each command is executed, the computer bells once.
9.case: When using the MGET, turn the uppercase of the remote host file name to lowercase letters.
13.Close: Interrupt FTP session with the remote server (corresponding to Open).
14. CR: When using the ASSCII mode to transfer the file, convert the return line to the back.
16.debug [debug-value]: Set the debug mode, display each command sent to the remote host, such as: DEB UP 3, if set to 0, indicate canceling the debug.
21.glob: Sets the file name extension of MDELETE, MGET, MPUT, the default is not extended, the -g parameter with the command line (ie, whether it can be used).
22.hash: Each transfer is 1024 bytes, showing a Hash symbol (#).
26.lcd [dir]: Switch the local working directory to DIR.
37.NEWER FILE-NAME: This file is retransmitted if the modification time of the file-name in the remote machine is closer to the same name file with the local hard disk.
43.Prompt: Sets the interaction tips when multiple file transfer.
44.Proxy FTP-CMD: In the secondary control connection, an FTP command is executed, which allows two FTP servers to transmit files between two servers. The first FTP command must be Open to build a connection between the two servers first.
62.Status: Displays the current FTP status.
?