X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fftp.c;h=e0d0777336453b53977843049daddb3739b5d0f7;hp=d8a184457c39204fbcc35de8cc1cbce4e1217498;hb=c0a444d5e6ad90c492168a2c0d8c173b77c8756c;hpb=84eba7c58717501f69e5e7c3f1b5e5c10a16eb2b diff --git a/src/ftp.c b/src/ftp.c index d8a18445..e0d07773 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -51,7 +51,11 @@ so, delete this exception statement from your version. */ #include "recur.h" /* for INFINITE_RECURSION */ /* File where the "ls -al" listing will be saved. */ +#ifdef MSDOS +#define LIST_FILENAME "_listing" +#else #define LIST_FILENAME ".listing" +#endif typedef struct {