Re: invalid char in filenames

2001-05-06 Thread Jonas Jensen
T. Bharath [EMAIL PROTECTED] wrote Index: src/url.c === diff -u -r url.c @@ -1237,21 +1237,21 @@ /* DOS-ish file systems don't like `%' signs in them; we change it to `@'. */ #ifdef WINDOWS { char *p = file;

Re: invalid char in filenames

2001-05-06 Thread T. Bharath
May be i may have missed some but the ones there are also illegal( some under NTFS) I had got the list . / \ [ ] : ; = , from msdn and the rest i found when i was trying to download a dynamic page The url was using get method with some parameters and the filename that was generated by wget

Re: invalid char in filenames

2001-05-06 Thread Jonas Jensen
May be i may have missed some but the ones there are also illegal( some under NTFS) I had got the list . / \ [ ] : ; = , from msdn and the rest i found when i was trying to download a dynamic page The url was using get method with some parameters and the filename that was generated by

print in screen (-v) and -o option

2001-05-06 Thread Ricardo
the command wget -o log.txt -v ftp://ftp.something.com/somefile.zip with this command the program is quiet, do not print in screen, just to log file(log.txt) how to print in log.txt and in screen if i put wget ftp://ftp.something.com/somefile.zip it prints ins screen fine Thanks for