]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
EPSV details
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Nov 2001 00:53:13 +0000 (00:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Nov 2001 00:53:13 +0000 (00:53 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 285eaba5757a5ee9f746dcf477e1ade5e8ef6c8e..fc854c478ae577a1e100c9b2ed3b9c3c3bf9f3a5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
 
                                History of Changes
 
+Daniel (27 November 2001)
+- There's now some initial code to support the EPSV FTP command. That should
+  be used to do passive transfers IPv6-style. The code is still #if 0'ed in
+  lib/ftp.c as I have no IPv6 ftp server to test this with.
+
 Daniel (26 November 2001)
 - Robert Schlabbach had problems to understand how to do resumed transfers,
   and I clarified the man page -C section somewhat.