literal command
Where:
command | is 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"