From 2519a8cc9f24d3c8363fc8295213b62310c4fd38 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 14 Nov 2001 09:32:30 +0000
Subject: [PATCH] added Richard Levitte's suggestion to support multiple -T
 options

---
 docs/TODO | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/TODO b/docs/TODO
index 844a8e2e9c..a7d4b45c7a 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -116,6 +116,10 @@ TODO
 
  * "curl ftp://site.com/*.txt"
 
+ * Several URLs can be specified to get downloaded. We should be able to use
+   the same syntax to specify several files to get uploaded (using the same
+   persistant connection), using -T.
+
  TEST SUITE
 
  * Extend the test suite to include more protocols. The telnet could just do
-- 
GitLab