Re: cannot ftp using proxy

2013-06-03 Thread vadims
I found that environment variables was set trought /etc/login.conf, like this: root:\ :ignorenologin:\ :setenv=http_proxy=http\c//myproxy\c8080,ftp_proxy=http\c//myproxy\c8080:\ :tc=default: After cutting "setenv" part in login.conf and setting proxy in .cshrc, I can "f

Re: cannot ftp using proxy

2013-06-03 Thread Lawrence K. Chen, P.Eng.
Delving through the source code...it appears that it only uses the ftp_proxy when given an ftp url something like: > ftp ftp://ftp.freebsd.org/pub/FreeBSD/README.TXT Requesting ftp://ftp.freebsd.org/pub/FreeBSD/README.TXT (via www-proxy.ksu.edu:8080) 100% |***|

cannot ftp using proxy

2013-06-01 Thread vadims
Hello! Still can't resolve problem with "ftp" utility. root@ona:/root # ftp ftp2.freebsd.org ftp: Can't connect to `128.205.32.24:21': Operation timed out ftp: Can't connect to `ftp2.freebsd.org:ftp' ftp> "socksta -4" tells me that it is not even trying to connect to proxy server, connecting di