Issue 1053369: ftplib: add support for MDTM command (original) (raw)

Issue1053369

Created on 2004-10-24 20:49 by rspsf, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ftplib.patch rspsf,2004-10-24 20:49
Messages (3)
msg47129 - (view) Author: Reinhard Speyerer (rspsf) Date: 2004-10-24 20:49
This patch adds a new mdtm method to class FTP which returns the modification time of a file in the format YYYYMMDDHHMMSS using the MDTM command.
msg64102 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2008-03-19 21:15
IMHO aside from the plus of providing a workaround for a broken FTP server response I don't think this is really necessary since the same thing can be done by just using sendcmd('mdtm filename').
msg106067 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2010-05-19 13:27
Closing this out for lack of further activity.
History
Date User Action Args
2022-04-11 14:56:07 admin set github: 41069
2010-05-19 13:27:30 giampaolo.rodola set status: open -> closedresolution: rejectedmessages: +
2008-03-19 21:15:36 giampaolo.rodola set nosy: + giampaolo.rodolamessages: +
2008-01-05 18:27:39 christian.heimes set priority: normal -> lowtype: enhancementversions: + Python 2.6
2004-10-24 20:49:00 rspsf create