QUOTESyntax: quote <string> The QUOTE command sends a string to the FTP server. Use QUOTE to issue commands to the FTP server that are not implemented by the Reflection FTP Client. With many FTP servers, you can type QUOTE HELP for a list of commands the server recognizes. Typing QUOTE HELP <command> sometimes gives more detailed information about the command.
ExampleTo create the subdirectory FIFE on a VAX/VMS FTP server, you could use this command: QUOTE MKD MAYBERRY$USERS:[BARNEY.FIFE] | ||
|