diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-14 09:32:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-14 09:32:30 +0000 |
commit | 2519a8cc9f24d3c8363fc8295213b62310c4fd38 (patch) | |
tree | 488f1b39b4078d02309e6f0137848e8f08a8bafb | |
parent | b8ff21124ac31da4e79d0d8e62047c54f8638c00 (diff) |
added Richard Levitte's suggestion to support multiple -T options
-rw-r--r-- | docs/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |