aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-19 18:26:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-19 18:26:35 +0000
commit38b1d9675012815e2c19719ba6ce46c057bb0662 (patch)
treecf65371a236b32a9795ea2fb3c4a704a4c0b1478 /CHANGES
parent2f069ad3e223e65c49c201e13ec70409c4c0ef2c (diff)
Alexander Krasnostavsky made it possible to make FTP 3rd party transfers with
both source and destination being the same host. It can be useful if you want to move a file on a server or similar.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 97e4d338f..ebb6a2361 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
Daniel (19 October 2004)
+- Alexander Krasnostavsky made it possible to make FTP 3rd party transfers
+ with both source and destination being the same host. It can be useful if
+ you want to move a file on a server or similar.
+
- Guillaume Arluison added CURLINFO_NUM_CONNECTS to allow an app to figure
out how many new connects a previous transfer required.