Hello,

> On Aug 21, 2016, at 12:52 PM, Donald Norwood <don...@debian.org> wrote:
> 
> *Please check your configuration for active/passive modes:
> 
> Using binary mode to transfer files.
> ftp> ls
> 500 Illegal EPRT command.
> ftp: bind: Address already in use
> ftp> dir
> 500 Illegal EPRT command.
> ftp> passive
> Passive mode on.
> ftp> ls
> 229 Entering Extended Passive Mode (|||50457|)
> 150 Here comes the directory listing.
> -rw-r--r--    2 33       33            281 Jul 02 20:02 HEADER.html
> lrwxrwxrwx    2 0        0              24 Aug 18 20:17 README.txt ->
> /var/www/html/README.txt
> drwxrwxr-x   43 33       33             72 Jul 13 14:22 centos
> drwxr-xr-x    9 33       33             16 Aug 21 09:48 debian
> …

I do see there is an issue with active mode FTP transfers. It seems to be 
related to contention over the port 20 bind between our load balancer and the 
ftp daemon. Are all of your mirrors required to support FTP? Can we publish the 
mirror as only supporting http(s) and rsync? I’d like to fully support FTP at 
some point but I did not see a port bind option in the vsftpd config reference 
just now so we may have to look at other daemons/options for a fix.

> 
> *Rsync is not listing the Debian directories:
> 

Fixed this.

Logan

Reply via email to