![]() |
Download files from url
In the process of trying to get Wine to work on Slackware 14 64bit I'm stuck at an embarrassingly trivial step:
How do I download Alien Bob's files from this location: http://slackware.com/~alien/multilib...re64-compat32/? I mean download the the folders, sub-folders and all the files at once. I'm using Firefox. Tried the add-on Iget by it doesn't seem to do anything. Thanks! |
I would probably use something like wget. I think this link will help you out a lot.
http://www.linuxjournal.com/content/...-web-site-wget |
I use lftp. It works with HTTP sites and has a mirror command.
Code:
% lftp |
You could use gFTP. Launcher > Applications > Internet. Then just copy the address and paste into the connect to field and hit the two terminals button. Worked for me anyhow.
|
Type in a terminal :
Code:
lftp -c "open http://slackware.com/~alien/multilib/14.0 ; mirror slackware64-compat32" |
wget -m http://slackware.com/~alien/multilib...re64-compat32/
will mirror I think or -r for recursive |
I use
Code:
wget -r --no-parent url |
Thanks, all great replies. In the meantime the internet connection on my virtual Slackware machine seems to be broken but once I get that sorted I'll try wget and lftp.
|
| All times are GMT -5. The time now is 10:13 PM. |