Top "Ftplib" questions

ftplib — FTP protocol client under Python programming language

Python ftplib: How to store results of `FTP.retrlines` in a list?

I'd like to retrieve files' name of a directory and I use the method ftplib.retrlines('NLST' + path). It prints …

python ftp ftplib
Python: ftplib hangs at end of transfer

I been searching on this for a couple of days and havent found an answer yet. I have trying to …

python freeze ftplib
Python converting datetime to be used in os.utime

I cannot set ctime/mtime on my file within Python. First I get the original timestamp of the file through …

python datetime ftp ftplib
Python module ftplib FTP_TLS - Error 530

I'm using Python 2.7 on ubuntu 11.10 distribution. I have a problem with ftplib module and FTP_TLS connection. On my ftp …

python ftplib
Getting EOFError along with exceptions when using ftplib

I'm looking into using ftplib (and possibly ftputil) for doing some automated FTP file syncing. I have a couple of …

python ftp ftplib eoferror ftputil