On 8/26/05, Johann Spies <[EMAIL PROTECTED]> wrote: > On Fri, Aug 26, 2005 at 06:38:56PM +0530, L.V.Gandhi wrote: > > How to download knoppix dvd using rsync. I am accessing internet > > through a proxy. I tried rsync src des. I get error as > > [EMAIL PROTECTED] ~]$ rsync > > ftp://ftp.free.fr/mirrors/download.linuxtag.org/knoppix/dvd/KNOPPIX_V4.0DVD-2005-08-16-EN.iso > > /mnt/wind/lvg/Linux/ > > If you want to download from ftp.free.fr first make sure there is an > rsync server willing to serve you: > > $rsync ftp.free.fr:: (Note no ftp:// here) > rsync: failed to connect to ftp.free.fr: Connection refused (111) > rsync error: error in socket IO (code 10) at clientserver.c(99) > $ > > It does not seem to be the case. > > Anyhow if there was one, it would have replied with the names of the > rsync packages available. > > Let us try download.linuxtag.org: > > $ rsync download.linuxtag.org:: > knoppix KNOPPIX rsync repository > OpenBSD OpenBSD rsync repository > $ > > Now there is progress. > > Next step: > > $ rsync download.linuxtag.org::knoppix/dvd/ > drwxr-xr-x 4096 2005/08/23 16:07:50 . > -rw-r--r-- 35634 2005/08/18 03:34:26 KNOPPIX-CHANGELOG.txt > -rwxr--r-- 1320 2005/08/18 03:36:03 > KNOPPIX_V4.0.1DVD-knoppix-terminalserver.patch > -rw-r--r-- 68 2005/08/16 09:03:56 > KNOPPIX_V4.0DVD-2005-08-16-DE.iso.md5 > -rw-r--r-- 304 2005/08/16 09:22:30 > KNOPPIX_V4.0DVD-2005-08-16-DE.iso.md5.asc > -rw-r--r-- 76 2005/08/16 09:09:14 > KNOPPIX_V4.0DVD-2005-08-16-DE.iso.sha1 > -rw-r--r-- 312 2005/08/16 09:22:33 > KNOPPIX_V4.0DVD-2005-08-16-DE.iso.sha1.asc > -rw-r--r-- 68 2005/08/16 09:13:36 > KNOPPIX_V4.0DVD-2005-08-16-EN.iso.md5 > -rw-r--r-- 304 2005/08/16 09:22:35 > KNOPPIX_V4.0DVD-2005-08-16-EN.iso.md5.asc > -rw-r--r-- 76 2005/08/16 09:18:17 > KNOPPIX_V4.0DVD-2005-08-16-EN.iso.sha1 > -rw-r--r-- 312 2005/08/16 09:22:37 > KNOPPIX_V4.0DVD-2005-08-16-EN.iso.sha1.asc > -rw-r--r-- 138 2005/08/17 18:39:41 __the_big_iso_only_via_rsync__ > -rw-r--r-- 9656 2005/08/16 11:04:02 knoppix-cheatcodes.txt > -rw-r--r-- 260219 2005/08/16 09:25:06 packages-dvd.txt > $ > > > Now I can download the dvd using > > $ rsync -av --progress --partial > download.linuxtag.org::knoppix/dvd/KNOPPIX_V4.0DVD-2005-08-16-EN* . > > to download all the files starting with KNOPPIX_V4.0DVD-2005-08-16-EN > to the directory from where I am working. I have tried as follows. [EMAIL PROTECTED] ~]# export RSYNC_PROXY=150.1.35.36:3128 [EMAIL PROTECTED] ~]# rsync download.linuxtag.org:: bad response from proxy - HTTP/1.0 403 Forbidden rsync: failed to connect to 150.1.35.36: Success (0) rsync error: error in socket IO (code 10) at clientserver.c(94) [EMAIL PROTECTED] ~]# What to do?
-- L.V.Gandhi http://lvgandhi.tripod.com/ linux user No.205042