On Sun, May 10, 2009 at 1:04 PM, AllenLars wrote:
>
> Thanks Shawn. I went through the ftplib info and I was able to generate a
> list. I am needing to figure out parsing the list.
>
> AllenLars
Well, start by separating out the date and the file name. You'll want
the date for sorting, and the
Here's enough to get you started:
>
> from ftplib import FTP #(http://docs.python.org/library/ftplib.html)
>
> ShawnMilo
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
--
View this message in context:
http://www.nabble.com/Downloading-most-
On Thu, May 7, 2009 at 2:19 PM, AllenLars wrote:
>
> I am trying to code a script that will allow me to go to ftp site and
> download files based on most recently modified file (date, time). I am
> brand new to programming. Any and all help is appreciated.
> --
I've actually written code to do
I am trying to code a script that will allow me to go to ftp site and
download files based on most recently modified file (date, time). I am
brand new to programming. Any and all help is appreciated.
--
View this message in context:
http://www.nabble.com/Downloading-most-recently-modified