Hi, May be this is a stupid question, but even after googling a lot, I am not able to find a answer, my problem is : I want to download a debian package from ftp site, using wget I am not able to get the same, I get the following error :
command : wget ftp://ftp.be.debian.org/debian/pool/non-free/s/sun-java6/sun-java6-bin_6.18-4_i386.deb output : -13:15:11-- ftp://ftp.be.debian.org/debian/pool/non-free/s/sun-java6/sun-java6-bin_6.18-4_i386.deb => `sun-java6-bin_6.18-4_i386.deb' Resolving ftp.be.debian.org... 77.243.184.65, 2a01:300:11:4:2e0:81ff:fe63:cdb2 Connecting to ftp.be.debian.org|77.243.184.65|:21<ftp://ftp.be.debian.org|77.243.184.65|/>... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /debian/pool/non-free/s/sun-java6 ... done. ==> PASV ... done. ==> RETR sun-java6-bin_6.18-4_i386.deb ... done. sun-java6-bin_6.18-4_i386.deb: Permission denied Can somebody help me on this please? Thanks -RR
