Home
last modified time | relevance | path

Searched refs:ftp (Results 1 – 2 of 2) sorted by relevance

/system/timezone/
Ddownload-iana-files.py35 def FtpRetrieveFile(ftp, filename): argument
36 ftp.retrbinary('RETR %s' % filename, open(filename, 'wb').write)
54 def FindLatestRemoteTar(ftp, file_prefix): argument
57 for filename in ftp.nlst():
74 def DownloadAndReplaceLocalFiles(file_prefixes, ftp, local_dir): argument
78 latest_iana_tar_filename = FindLatestRemoteTar(ftp, file_prefix)
92 FtpRetrieveFile(ftp, latest_iana_tar_filename)
96 FtpRetrieveFile(ftp, signature_filename)
131 ftp = ftplib.FTP('ftp.iana.org')
132 ftp.login()
[all …]
/system/update_engine/
Dpylintrc230 |^\s*(\#\ )?<?(https?|ftp):\/\/[^\s\/$.?#].[^\s]*>?$