[plug] Dumping invalid files ?
navarre at plug.linux.org.au
navarre at plug.linux.org.au
Thu Dec 14 11:42:53 WST 2000
This may also work for those situations where one must interface with the
M$ mentality for file names. Using the same example.
lynx http://www.idiots.com/Part\ one\[1\].zip
Note the back slashes. This seems to how bash copes with %20 characters.
This approach also works when smb mounting a winblow box into my file
system and manipulating space named files.
And personally I would use wget.
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 12/14/00, 11:32:26 AM, Leon Brooks <leon at brooks.smileys.net> wrote
regarding Re: [plug] Dumping invalid files ?:
> Mike wrote:
> > Sorry that this is not a typical linux question its a Unix one but,
> > what the heck - some bright spark would know ;~o
> > I'm going to download a file which has spaces and square brackets
> > in the file name, such as Part one[1].zip
> > But when I specify that in lynx it objects, what should I put in place
> > of the literal filename to get the destination file correctly:-
> > lynx -dump http://www.someplace.com/Part one[1].zip > Part-1.zip
> lynx -source 'http://www.idiots.com/Part one[1].zip' >Part-1.zip
> ...actually,...
> wget 'http://www.idiots.com/Part one[1].zip'
More information about the plug
mailing list