Nico Grubert wrote:

> *cmd* 'NLST'
> *put* 'NLST\r\n'
> *get* '150 About to open data connection.\r\n'
> *resp* '150 About to open data connection.'
> *retr* ''
> *get* '226 Transfer complete.\r\n'
> *resp* '226 Transfer complete.'
> []
>  >>>

it's not obvious how Python could translate '' to anything other
than an empty list, so it sure looks like a server issue.

(or is a problem with running in passive mode?  can you test with-
out using passive mode on the same server?)

</F>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to