Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista,Windows 7

Sends verbatim arguments to the remote FTP server. A single FTP reply code is returned. For examples of how this command can be used, see Examples.

Syntax

 Copy Code
literal <Argument> […]

Parameters

Parameter Description

<Argument>

Specifies the argument to send to the FTP server.

Remarks

The literal command is identical to the quote command.

Examples

Send a quit command to the remote FTP server.

 Copy Code
literal quit

Additional references