Skip to Content.
Sympa Menu

baslinux - Re: [BL] Mounting FAT32 partition in BasicLinux

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Mounting FAT32 partition in BasicLinux
  • Date: Mon, 12 Nov 2007 11:10:34 +0100


Long story short, how can I download folders recursively using wget? If I cannot do that, what's the alternative?

Get the full wget instead of the small busybox model.

Or
cp -a /windows/* /mnt (copies all subdirectories and hidden files)

Useful between two drives/partitions in one computer or network file system.



I do it in the following way:

First wget index file

wget http://www.test.com/index.html

grep for "a href" and send result to temporary file called "download"

grep "a href" index.html >download

Edit download

e3vi download

Now use search and replace options in your editor to change text
a href="
to
wget http://www.text.com/

Delete the unnecessary text and add #!/bin/sh at the begining

Exit the editor

Make script executable

chmod 777 download

start the script

./download



Over a network (serial, parallel/plip, ethernet) use Steven's send/receive scripts - see BL archives. Sindi
Thanks!KF

-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.com.ru
http://www.ibiblio.org/pub/linux/distributions/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
baslinux-request AT lists.ibiblio.org











Archive powered by MHonArc 2.6.24.

Top of Page