I have Ubuntu 16.04 installed on my pc. My network require http proxy to access the internet.
Say Proxy is "xxx.xx.xx.xx" and port is "8080".
I set up system proxy for http, https and ftp. I am able to access internet through terminal. But I am able to access FTP server only in web browser, not in terminal.
When i try to access FTP server, i get :
user@hostname:~$ ftp ftp.example.org
ftp: connect to address 213.138.116.78: Connection refused
Trying 2001:41c8:112:8300::15:0...
ftp: connect: Network is unreachable
ftp>
It working with VPN.
Any help is appreciated.