Hi,
I am using IMX53 Sabre Tablet, 11.05 code release.
Please tell me how to configure to make it work for FTP.
I created the file /etc/apt/apt.conf
and added
Acquire::http::proxy "http://user:passwd@proxy.net:8080/";
Acquire::ftp::proxy "ftp://user:passwd@proxy.net:8080/";
Acquire::https::proxy "https://user:passwd@proxy.net:8080/";
But still it is not working. Please suggest.
Regards,
Swamy