aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-27 00:53:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-27 00:53:13 +0000
commit0226b53b75acafd2dc08ded4088925126470c907 (patch)
tree55ec5dfd763aaeddf5a82332296ef03b9742df47
parentbbf80d0f93687b0e0c797ce5762eca2f07fcf867 (diff)
EPSV details
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 285eaba57..fc854c478 100644
--- 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.