LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   slackware current ftp (https://www.linuxquestions.org/questions/linux-newbie-8/slackware-current-ftp-270328/)

kubrickfan799 12-25-2004 08:06 PM

slackware current ftp
 
could anyone tell me how to get all the slackware current directories from ftp in one go? that is, not having to copy every file? Like a recursive get on the slackware current directory? Thanks!

brettcave 12-26-2004 12:15 AM

Use an ftp client, like wget:
wget -r -l 2 ftp://user:mypass@ftp.host.com



the -l parameter specifies the depth of links to follow - 2nd level subdirectories / files. You can use ftp.host.com/dir/to/download for specific directory download.


All times are GMT -5. The time now is 12:55 AM.