mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
docs: expand on quoting rules for file names in SFTP quote
Reported-by: Harry Sintonen Closes #19025
This commit is contained in:
parent
6e35eb4879
commit
2b49d17cba
2 changed files with 14 additions and 7 deletions
|
|
@ -37,9 +37,12 @@ You must send syntactically correct FTP commands as RFC 959 defines to FTP
|
|||
servers, or one of the commands listed below to SFTP servers.
|
||||
|
||||
SFTP is a binary protocol. Unlike for FTP, curl interprets SFTP quote commands
|
||||
itself before sending them to the server. Filenames may be quoted shell-style
|
||||
to embed spaces or special characters. Following is the list of all supported
|
||||
SFTP quote commands:
|
||||
itself before sending them to the server. Filenames must be provided within
|
||||
double quotes to embed spaces, backslashes, quotes or double quotes. Within
|
||||
double quotes the following escape sequences are available for that purpose:
|
||||
\\, \", and \'.
|
||||
|
||||
Following is the list of all supported SFTP quote commands:
|
||||
|
||||
## atime date file
|
||||
The atime command sets the last access time of the file named by the file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue