python + django + ftp app .. processing files , indexing and download -


i have question regarding building django app simple, getting username , password user of accounts in ftp, app retrieve list of files, can order file modified, name etc.. , download file

there tool ftptool 0.5.1 problem can't find way file info when created ?

http://pypi.python.org/pypi/ftptool/0.5.1

any solution?

>> a_host.listdir("/a_dir") (['other_dir', 'some_dir'], ['foo', 'bar']) 

looking @ documentation , source fo ftptools there seems no way of getting meta information on files unless download them.

using low level ftplib python includes, there ftp protocol command mlsd 1 looking for. might have check though, if ftp server supports that


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -