diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-19 11:53:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-19 11:53:54 +0000 |
commit | 17e8d60c01f8f020e3738db855584f23fb892a04 (patch) | |
tree | 6ff557b749486c4e40b266583de848c41e9e984e /docs | |
parent | ec1b3513176b6bac4706de2dc6468dcff3a2e63f (diff) |
- Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and
5).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 3155c45f5..729e321c3 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -64,11 +64,14 @@ may have been fixed since this was written! "system context" will make it use wrong(?) user name - at least when compared to what winhttp does. See http://curl.haxx.se/bug/view.cgi?id=1281867 -23. We don't support SOCKS for IPv6. We don't support FTPS over a SOCKS proxy. - We don't have any test cases for SOCKS proxy. We probably have even more - bugs and lack of features when a SOCKS proxy is used. And there seem to be a - problem with SOCKS when doing FTP: See - http://curl.haxx.se/bug/view.cgi?id=1371540 +23. SOCKS-related problems: + A) libcurl doesn't support SOCKS for IPv6. + B) libcurl doesn't support FTPS over a SOCKS proxy. + C) We don't have any test cases for SOCKS proxy. + E) libcurl doesn't support active FTP over a SOCKS proxy + + We probably have even more bugs and lack of features when a SOCKS proxy is + used. 22. Sending files to a FTP server using curl on VMS, might lead to curl complaining on "unaligned file size" on completion. The problem is related |