Searched refs:ftp (Results 1 – 2 of 2) sorted by relevance
35 def FtpRetrieveFile(ftp, filename): argument36 ftp.retrbinary('RETR %s' % filename, open(filename, 'wb').write)54 def FindLatestRemoteTar(ftp, file_prefix): argument57 for filename in ftp.nlst():74 def DownloadAndReplaceLocalFiles(file_prefixes, ftp, local_dir): argument78 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 …]
230 |^\s*(\#\ )?<?(https?|ftp):\/\/[^\s\/$.?#].[^\s]*>?$