Link to home
Start Free TrialLog in
Avatar of chris_shaw
chris_shawFlag for United Kingdom of Great Britain and Northern Ireland

asked on

FTP Server which triggers emails to be sent.

I want to set up an FTP server (connected both to the internet and to a Microsoft LAN).  I haven't decided on the OS yet, but prefer Microsoft as that is what users are used to - I also want it to be accessible across the LAN for copying on files.

The FTP server will be divided into different folders for clients.  When files are made available for them to download (by placing them in their FTP folder), is it possible to automatically fire off an email to them telling them files are available for download?

Any ideas?
Avatar of Bradley Fox
Bradley Fox
Flag of United States of America image

You could write a script and schedule a task/cron job based on your OS to execute the script.  The script could check for files in folders and send an email based on the folder name or something like that.  The only problem would be that it would keep sending emails untill the files are deleted from that directory.

If you would like some help getting started on a script let me know what OS you would be using.
Avatar of chris_shaw

ASKER

Mcsween - thanks very much for the reply.

I see you are getting at.  I am not sure if repeat emailing until all folders are empty would be regarded as a 'nuisance' by clients.

Are you aware of any enhanced version of FTP is available which has that sort of functionality built in?

Regards

Chris
ASKER CERTIFIED SOLUTION
Avatar of Bradley Fox
Bradley Fox
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks very much for that.  I'll check it out.
Mcsween.  Youvegotfiles looks good on paper - thanks very much for the link.

Chris