On 24/05/2002 13:39:29 ladislav.gaspar wrote:
>Hi > >I do the following: >wget http://killefiz.de/zaurus/showdetail.php?app=221 > >but the file is saved as http://killefiz.de/zaurus/showdetail.php@app=221 > >(*.php?app gets translated to *.php@app) > >Why is that and is there a workaround? > That *is* the workaround :-) '?' is an invalid character for filenames on FAT, FAT32, NTFS. Instead of giving an error message like this: "Cannot open killefiz.de/zaurus/showdetail.php?app=221" wget actually tries to do what you want (i.e. download the file). You can run wget on another platform (Linux, some Unix. etc). The filesystems there usually don't have this restriction. -- Csaba R�duly, Software Engineer Sophos Anti-Virus email: [EMAIL PROTECTED] http://www.sophos.com US Support: +1 888 SOPHOS 9 UK Support: +44 1235 559933
