On 2015-06-26T10:22:14+0200, Nils M Holm wrote:
> Looks like ftpfs and ftpd cannot agree on a port for passive mode:

Of course, here's the problem:

> PASV
> 227 Entering passive mode (127,0,0,1,212,96)
                             ^^^^^^^^^
> passive mode connect to /net/tcp!127.0.0.1!54368 failed: connection refused
> PORT 10,0,2,15,131,19
> 500 Illegal PORT range rejected.

Ftpd announces a port on localhost which, of course, ftpfs is unable
to open. What ftpfs needs is a port on 10.0.2.2 (the guest address of
QEMU).

-- 
Nils M Holm  < n m h @ t 3 x . o r g >  www.t3x.org

Reply via email to