Python - Basic FTP Downloader
Monday, 17 January 2011 19:19

This python script will connect to a designated FTP server. Obtain a list of all files, then sort all files with a .jpa extension and then download the latest one.

In order to do this regular expressions are used to build a list of files only containing .jpa file extensions. This list is then sorted by each of the integers contained within each file name.

Download / View Here.



 
We have 25 guests online