logo Literal send a command to the remote computer

Return to Introduction     

literal command

 

Where:

 

commandis the command to send to the remote host computer.  The command is sent verbatim without any interpretation.  A one line response is expected. Use the literal command if the FTP server supports commands not available in SDI FTP. If  command contains a space it must be enclosed in double quotes. For example:

 

literal "mkd folder"

 

Examples:

 

literal  syst

literal  pwd

literal "mkd folder"