]> sjero.net Git - wget/blobdiff - src/ftp.h
[svn] * retr.c (fd_read_body): Report the amount of data *written* as
[wget] / src / ftp.h
index aaaff474298c8e44e58d62195263eb33c908741c..5de9c5fca4d3632f09e99c6fc58dc28b41259c9d 100644 (file)
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -104,9 +104,7 @@ enum wget_ftp_command
   DO_CWD        = 0x0002,      /* Change current directory.  */
   DO_RETR       = 0x0004,      /* Retrieve the file.  */
   DO_LIST       = 0x0008,      /* Retrieve the directory list.  */
-  LEAVE_PENDING = 0x0010,      /* Do not close the socket.  */
-  NO_TRUNCATE  = 0x0020        /* Don't truncate the file if REST
-                                  malfunctions. */
+  LEAVE_PENDING = 0x0010       /* Do not close the socket.  */
 };
 
 enum wget_ftp_fstatus