On 25 Mar 2002 at 8:34, Michael Bourgon wrote: > >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.
Actually, the -nd is superfluous in this case, since as you say, you're not doing a recursive get.
