On 25 Gen, 21:11, Steve Holden wrote:
> pyt...@bdurham.com wrote:
> > Any suggestions on a best practice way to monitor a remote FTP site for
> > the arrival of new/updated files? I don't need specific code, just some
> > coaching on technique based on your real-world experience including
> > sug
When the date was Sunday 25 January 2009, pyt...@bdurham.com wrote:
> Any suggestions on a best practice way to monitor a remote FTP
> site for the arrival of new/updated files?
For a custom solution, you may want to take a look to pyinotify:
http://pyinotify.sourceforge.net/
--
Mich
> Well, the ftpmirror will cope with most of what you want to do as it is, but
> I am unsure how you can determine whether a file is in the process
of being written on the server.
Looks like that may be a fit. Thank you Steve!
Malcolm
--
http://mail.python.org/mailman/listinfo/python-list
pyt...@bdurham.com wrote:
> Any suggestions on a best practice way to monitor a remote FTP site for
> the arrival of new/updated files? I don't need specific code, just some
> coaching on technique based on your real-world experience including
> suggestions for a utility vs. code based solution.
>