Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Newbie needs some guidance...

From: kpeters:mvinc at: 23-Dec-2003 15:42

Hi All ~ am still a bloody newbie and want to do the following (on a Redhat box, downloaded latest core today): I have a file containing a list of ftp URLs in the format: ftp://<userid>:<password>@hostname I want to iterate through this list and call wget for each entry like this: wget <some parameters> -P <userid> -P specifies the directory to save the retrieved tree under. Would a true Reboler even use wget or do everything in Rebol and if so, how? TIA, Kai