>> Is there any way to change the settings so that, if the requested file
>> doesn't exist, it doesn't save a 0-byte file?
>> Thanks.
>How about:
>wget --directory-prefix="\\server\share\directory" -nd
>ftp://myname:[EMAIL PROTECTED]/filename_20020322.csv
That worked perfectly. I hadn't considered doing the -nd
since I wasn't doing a recursive get. Thank you.
Michael
