Revision history of "Python ftp with timestamp"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 09:30, 4 August 2015George2 (Talk | contribs). . (1,139 bytes) (+1,139). . (Created page with "<source lang="python"> import os import ftplib import datetime local = 'LOCATION/WHERE/YOU/WANT/TO/DOWNLOAD' time_stamps = {} with ftplib.FTP('ftp.your.host') as server:...")