Applies To: Windows 7,Windows Vista,Windows Server 2008,Windows Server 2008 R2
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 | |
|---|---|
quote <Argument>[…] | |
Parameters
| Parameter | Description |
|---|---|
|
<Argument> |
Specifies the argument to send to the FTP server. |
Remarks
The quote command is identical to the literal command.
Examples
Send a quit command to the remote FTP server.
Copy Code | |
|---|---|
quote quit | |





