Lawrence Oluyede wrote:
> "eels" <[EMAIL PROTECTED]> writes:
>
>
>>With yyy = ftp.retrlines('LIST') I get this listing at stdout, but I
>>need this information at variable yyy.
>>How can I resolve this problem?
>
>
> As written in the doc retrlines has an optional parameter (a callback
> funct
"eels" <[EMAIL PROTECTED]> writes:
> With yyy = ftp.retrlines('LIST') I get this listing at stdout, but I
> need this information at variable yyy.
> How can I resolve this problem?
As written in the doc retrlines has an optional parameter (a callback function)
called on each line retrieved, so yo
Hello,
I want to get a listing of my files at web server with ftp. I wantn 't
download the files.
With yyy = ftp.retrlines('LIST') I get this listing at stdout, but I
need this information at variable yyy.
How can I resolve this problem?
Thank's for your hints, Thomas
--
http://mail.python.org/