]> sjero.net Git - wget/blobdiff - src/ftp.c
Applying Gisle's latest MS-DOS patches.
[wget] / src / ftp.c
index d8a184457c39204fbcc35de8cc1cbce4e1217498..e0d0777336453b53977843049daddb3739b5d0f7 100644 (file)
--- 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
 {