View Single Post
Old 03-29-2003, 07:33 AM  
cyppe
Registered User
 
Join Date: Mar 2003
Posts: 6
Default All dirs + specified file in that, and no more (HOW?)

Hello, is there some kind of way to 'reverse' the skip list, so it will only accept the kind of stuff entered there?

So I can do this:

mark all dirs in a dir for downloading, and then it will just cwd into that dir, and then download a special pattern of file like *.html, and not any subdirs/other file..

so if i got like this

/home/dir/dir1/blabla/
/home/dir/dir1/dododo/
/home/dir/dir1/lalala/

/home/dir/dir2/blabla/
/home/dir/dir2/dododo/
/home/dir/dir2/lalala/

and the dirs dir dir1 and dir2 is marked, and then i only want the *.html files in those dirs to be downloaded + the name of the dir1 and dir2..

so on my disk i will get like c:\dir2\*.html and c:\dir1\*.html

and it should NOT download the rest of the dirs (blabla, dododo or lalala)

Please help.
cyppe is offline