FTP file creation date

Steve Holden steve at holdenweb.com
Wed Oct 27 21:38:17 EDT 2004


[ EuGeNe ] wrote:
> Hi all,
> 
> I would like to write a script that downloads one file from a ftp
> server if the file creation date satisfy a condition.
> 
> I can't figure out how to find from a ftp server what is the creation
> date of the file (using python).
> 
> Any idea?
> 
> Thanks for your help!
> 
> EuGeNe

Take a look at the ftpmirror.py script that comes in the Tools 
directory. It might give you some ideas.

regards
  Steve
-- 
http://www.holdenweb.com
http://pydish.holdenweb.com
Holden Web LLC +1 800 494 3119



More information about the Python-list mailing list