diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-09-18 06:25:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-09-18 06:25:50 +0000 |
commit | c23f35ce2ad5b748286e90cd7717468ef31b06e2 (patch) | |
tree | 5cd66a812668fe442a293b11af6d5f0f5e0ea14d /CHANGES | |
parent | 0f4444e90bdc3f347387d6e5848f5f372344ab77 (diff) |
ftp through http proxy tunnel is now implemented
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -6,14 +6,19 @@ History of Changes -Verson 7.3pre2 +Version 7.3 + +Daniel (15 September 2000) +- Updated all sorts of documents in regards to the new proxytunnel support. + +Version 7.3pre2 Daniel (15 September 2000) - Kai-Uwe Rommel pointed out a problem in the httpproxytunnel stuff for ftp. Adjusted it. Added better info message when setting up the tunnel and the pasv message when doing the second connect. -Verson 7.3pre1 +Version 7.3pre1 Daniel (15 September 2000) - libcurl now allows "httpproxytunnel" to an arbitrary host and port name. The @@ -2187,7 +2192,7 @@ Version 4 (1998-03-20) *************************************************************************** -Version 3.12 +Version 3.12 (14 March 1998) Daniel Stenberg - End-of-header tracking still lacked support for \r\n or just \n at the end of the last header line. |