Re: [Tutor] help with ftplib and file modification date

2009-03-16 Thread Kent Johnson
On Mon, Mar 16, 2009 at 6:27 PM, Rene Bourgoin wrote: > i'm doing a simple upload to an FTP server using the ftplib module and > wanted to know how i can preserve the file modification date all the way > through the process. I lose the file mod date because i read the original > file then ftp writ

[Tutor] help with ftplib and file modification date

2009-03-16 Thread Rene Bourgoin
i'm doing a simple upload to an FTP server using the ftplib module and wanted to know how i can preserve the file modification date all the way through the process. I lose the file mod date because i read the original file then ftp writes a new file to the server which changes the mod dateto the ti