On 2015-06-25T13:16:53-0700, Bakul Shah wrote: > On Thu, 25 Jun 2015 21:51:49 +0200 "Nils M Holm" <[email protected]> wrote: > > > My guess is ftpfs requires active > > > mode connection (but should be easy to change). > > Looking at the ftpfs sources, I see that it should do passive > mode fine. You should debug!
Looks like ftpfs and ftpd cannot agree on a port for passive mode: 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. Looks like on the Plan 9 side, the kernel is picking the port, so I guess the next step would be to have a look at the ftpd sources. -- Nils M Holm < n m h @ t 3 x . o r g > www.t3x.org
