I all
i try to sync some installer-* directories but i need some help.
i would like to sync debian/dist/lenny/main/installer-i386 from ftp.fr.debian.org
What's the better way to do that?
i try to use the cmd line :
rsync -rltvvHSB8192 --timeout 3600 --stats -n ftp.debian.org:/debian
but i get the error :
opening connection using: ssh -l anonymous ftp.debian.org rsync --server --sender -vvnlHtrSe.iLs -B8192 --timeout=3600 . /debian
Permission denied (publickey).
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: unexplained error (code 255) at io.c(600) [receiver=3.0.6]
and with
rsync -vv --timeout 3600 --stats anonymous@...::ftp
i get :
opening tcp connection to ftp.fr.debian.org port 873
and nothing else.
Thank you for your help
anthony