Why axel failed to download files

I am using axel to speed up file downloading when making ports. But axel failed to download most files just like bellow.
Code:
Initializing download: ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gnome-backgrounds/2.28/gnome-backgrounds-2.28.0.tar.bz2
Connection gone.
I am using a http proxy by setting environment variable and the proxy should work fine because wget always succeed.
Does it becaused that axel has some issue when downloading files from FTP sites?
 
xiaonanln said:
I am using a http proxy by setting environment variable and the proxy should work fine because wget always succeed.
Does it becaused that axel has some issue when downloading files from FTP sites?

Try to set ftp_proxy in your environment.

Code:
setenv ftp_proxy http://ip:port
 
Back
Top