I want to do a daily auto update from a CSV that's being placed via FTP heres how the structure looks: My program: Domain->Subdomain->files Target CSV: Domain->FTPDir->.csv Is there anyway to access this file without having to open up an ftp connection every time? Also I know what time the file is placed everyday. Is there something I can set up to auto run the update script everyday at that time or even set up an event listener to know when the file has been placed?