Closed GoogleCodeExporter closed 9 years ago
port in the second output should be 8021 instead of 21 (can't edit :( )
Original comment by karl.ric...@gmail.com
on 10 May 2014 at 11:42
> help(pyftpdlib) doesn't contain any information about the handling of address
parameter passed to the constructor,
What do you mean? The "address" parameter is already explained in the doc.
help(pyftpdlib) is not meant to provide an extended set of information, just a
brief description of the lib and a quick & dirty example usage.
As for the "port 8021" issue: I just edited the doc (thanks for signaling).
Original comment by g.rodola
on 12 May 2014 at 7:12
It is not clear whether the address is the address where pyftpdlib listens (I
assumed this from 0.0.0.0) or the address where the socket is created.
Original comment by karl.ric...@gmail.com
on 15 May 2014 at 6:21
> [...] or the address where the socket is created.
This doesn't make sense.
The ip:port pair is the address where the socket *listens*, and it should be
clear if you're used to network/socket programming.
Original comment by g.rodola
on 15 May 2014 at 6:48
Original issue reported on code.google.com by
karl.ric...@gmail.com
on 10 May 2014 at 11:40