Greetings.
I have a frequent need to drop files into the /incoming directory on the
ftp server of a company I work with. Would it be possible to add an
oxymoron option, such that one could do:
wget --put file.gz ftp://server.company.com/incoming/file.gz
and have wget do an anonymous ftp PUT instead of a RETR?
I skimmed the source code; it looks like it's not just a cut & paste & edit
of one or two routines to add the feature, or I'd have tried it.
In any case, thanks for a wonderfully useful program!
Arnold Robbins