X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fftp.h;h=5de9c5fca4d3632f09e99c6fc58dc28b41259c9d;hb=78706dc5ea8eeb5d5a5eacda806d549a5c81ee89;hp=aaaff474298c8e44e58d62195263eb33c908741c;hpb=381457408ad4d78411552a28e7476a5c1f67831e;p=wget diff --git a/src/ftp.h b/src/ftp.h index aaaff474..5de9c5fc 100644 --- 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