Ftp: literal

Updated: April 17, 2012

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

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

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.

literal quit

Additional references