Results 1 to 4 of 4
I am trying to do an ftp download of the installation repository to my intranet web server. I have been trying to use the ftp client in command line. I ...
- 07-14-2007 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 26
Trying to down the repository (ftp)
I am trying to do an ftp download of the installation repository to my intranet web server. I have been trying to use the ftp client in command line. I want to copy the whole oss folder at one time to my web directory but I am having problems. So I tried the command "ftp -i ftp://mirrors.kernel.org/opensuse/distribution/10.2/repo/" then "mget ./oss". It copies all the files in the oss folder but none of the directories or the files in those directories. How can I get it to download everything at once ?
- 07-15-2007 #2Living the digital dream....
Disclaimer: I may be wrong since I was once before.
Breathe out so I can breathe you in ~~Everlong
- 07-15-2007 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Your best bet is wget. Also if you fail you can use the -c switch to continue where you left off.
Code:wget -r ftp://domain.tld/path/to/repo wget -rc ftp://domain.tld/path/to/repo
- 07-22-2007 #4Just Joined!
- Join Date
- Apr 2005
- Posts
- 26
Thanks. It worked great. That was alot of stuff to download. It took about 6 hours.


Reply With Quote
