Skip to content
Snippets Groups Projects
Commit 5590a3f1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

KNOWN_BUGS: the SFTP code doesn't support CURLINFO_FILETIME

parent 7b3afc95
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
88. libcurl doesn't support CURLINFO_FILETIME for SFTP transfers and thus
curl's -R option also doesn't work then.
87. -J/--remote-header-name doesn't decode %-encoded file names. RFC6266
details how it should be done. The can of worm is basically that we have no
charset handling in curl and ascii >=128 is a challenge for us. Not to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment