diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-12-15 22:30:27 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-12-15 22:30:27 +0100 |
commit | 5590a3f1794c537a6bdd52f4c88302deb7312b04 (patch) | |
tree | 087246ea4ca1014037e8b39fa73be389ba3a09b0 /docs/KNOWN_BUGS | |
parent | 7b3afc952f28a823f8168fd4400ff0fedd8a6fa3 (diff) | |
download | curl-5590a3f1794c537a6bdd52f4c88302deb7312b04.tar.gz |
KNOWN_BUGS: the SFTP code doesn't support CURLINFO_FILETIME
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index a21fb194d..0a6646152 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -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 |