diff options
Diffstat (limited to 'docs/cmdline-opts/quote.d')
-rw-r--r-- | docs/cmdline-opts/quote.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/quote.d b/docs/cmdline-opts/quote.d index 3adb06f8a..2707c87dd 100644 --- a/docs/cmdline-opts/quote.d +++ b/docs/cmdline-opts/quote.d @@ -4,6 +4,7 @@ Short: Q Help: Send command(s) to server before transfer Protocols: FTP SFTP Category: ftp sftp +Example: --quote "DELE file" ftp://example.com/foo --- Send an arbitrary command to the remote FTP or SFTP server. Quote commands are sent BEFORE the transfer takes place (just after the initial PWD command in an |