From 391a37ebbfe55923b64b71ec2362092ea745f218 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 8 Dec 2003 13:48:23 +0000
Subject: [PATCH] removed one, added one

---
 docs/TODO | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/TODO b/docs/TODO
index add94bf265..ac16f116fe 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -68,11 +68,6 @@ TODO
  * Since USERPWD always override the user and password specified in URLs, we
    might need another way to specify user+password for anonymous ftp logins.
 
- * Add FTPS support with SSL for the data connection too.  This should be made
-   according to the specs written in draft-murray-auth-ftp-ssl-12.txt,
-   "Securing FTP with TLS", valid until 28th February, 2004.
-   http://curl.haxx.se/rfc/draft-murray-auth-ftp-ssl-12.txt
-
  HTTP
 
  * Digest and GSS-Negotiate support for HTTP proxies. They only work on
@@ -153,6 +148,9 @@ TODO
    which should overwrite the program reasonable defaults (plain/text,
    8bit...) (Idea brough to us by kromJx)
 
+ * --data-encode that URL encodes the data before posting
+   http://curl.haxx.se/mail/archive-2003-11/0091.html (Kevin Roth suggested)
+
  TEST SUITE
 
  * If perl wasn't found by the configure script, don't attempt to run the
-- 
GitLab