Users GuideWS_FTP ProQUIT (LOGOUT) QUIT <CRLF> This command terminates a USER and, if file transfer is not in progress, closes the control connection. If file transfer is in progress, the connection will remain open for result response and the server will then close it.QUOTE QUOTE <string> <CRLF> The QUOTE command lets you enter any standard FTP command. WS_FTP Pro sends it to the FTP site, unedited; it is up to you to determine the command syntax depending on the FTP site you are connected to.REIN (REINITIALIZE) REIN <CRLF> This command terminates a USER, flushing all I/O and account information, except to allow any transfer in progress to be completed. A USER command may be expected to follow.REST (RESTART) REST <SP> <marker> <CRLF> The argument field represents the server marker at which file transfer is to be restarted. This command does not cause file transfer but skips over the file to the specified data checkpoint. This command shall be immediately followed by the appropriate FTP service command which causes file transfer to resume.RETR (RETRIEVE) RETR <SP> <pathname> <CRLF> This command causes the server to transfer a copy of the file specified in pathname to the client. The status and contents of the file at the server site are unaffected.RMD (REMOVE DIRECTORY) RMD <SP> <pathname> <CRLF> This command causes the directory specified in pathname to be removed as a directory (if pathname is absolute) or as a subdirectory of the current working directory (if pathname is relative).