From 4d7f08a99ec3ef1e7ff1266b81e33909eaa784d0 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 18 Oct 2005 18:15:01 +0000 Subject: [PATCH] Removed mention of TFTP now that it's implemented. --- docs/TODO | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/TODO b/docs/TODO index 05a134745..31ff00863 100644 --- a/docs/TODO +++ b/docs/TODO @@ -83,7 +83,7 @@ TODO * Support GSS/Kerberos 5 for ftp file transfer. This will allow user authentication and file encryption. Possible libraries and example clients - are available from MIT or Heimdal. Requsted by Markus Moeller. + are available from MIT or Heimdal. Requested by Markus Moeller. * REST fix for servers not behaving well on >2GB requests. This should fail if the server doesn't set the pointer to the requested index. The tricky @@ -190,12 +190,6 @@ TODO NEW PROTOCOLS - * TFTP - RFC1350 (protocol) and RFC3617 (URI format) - - Dan Fandrich: I wrote a tftp protocol module as part of the I-Boot - bootloader under a BSD-style license with attribution clause - http://download.intrinsyc.com/supported/tools/i-boot-lite/i-boot-lite-1.8/src/libs/net/tftp.c - * RTSP - RFC2326 (protocol - very HTTP-like, also contains URL description) * SFTP/SCP/SSH (no RFCs for protocol nor URI/URL format). An implementation @@ -217,7 +211,7 @@ TODO * Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'. Requested by Dane Jensen and others. This is easily scripted though. - * Add an option that prevents cURL from overwiting existing local files. When + * Add an option that prevents cURL from overwriting existing local files. When used, and there already is an existing file with the target file name (either -O or -o), a number should be appended (and increased if already existing). So that index.html becomes first index.html.1 and then