Ok so I need to run wget but I’m prohibited from creating ‘dot’ files in the location that I need to run the wget. So my question is ‘Can I get wget to use a name other than .listing that I can specify’.
further clarification : this is to sync / mirror an ftp folder with a local one, So using the -O option is not really useful, as I require all files to maintain format.
You can use the
-Ooption to set the output filename, as in:You can also use
wget --helpto get a complete list of options.For folks that come along afterwards, and are surprised by an answer to the wrong question, here is a copy of one of the comments below: