I was wondering if someone could guide me on setting up an automated email for when i file is loaded to specific directory an email or notification is automaticaly sent to a selected group of users. Ive read a little bit of info on using C# visual studio 2008.
heres an example to clarify
Ftp directory (123.45.67.0.0/Example)
Upload :example_file.xls; Sample_City.dwf
Ftp: Upload Complete
Ftp protocol: Automated email sent
To : John_Doe@My-email.com
Cc: Mary_Smith@My-email.com;Steve_Bass@My-email.com;John_Ash@My-email.com
Subject:
Job example_file.xls and Sample_City.dwf are uploaded to directory and awaiting your completion.
Ive read of a couple third party software but havent looked into any to see how difficult the transfer from my current Windows server 2008 R2 x64 using FTP IIS 7.5 thats built into windows to say WS_FTP pro . I would like to stay with built in Windows Server applications and just learning how to write code. Still a noob at this so please take it easy. I'm sorry if this is crude example please feel free to comment or ask questions.
heres an example to clarify
Ftp directory (123.45.67.0.0/Example)
Upload :example_file.xls; Sample_City.dwf
Ftp: Upload Complete
Ftp protocol: Automated email sent
To : John_Doe@My-email.com
Cc: Mary_Smith@My-email.com;Steve_Bass@My-email.com;John_Ash@My-email.com
Subject:
Job example_file.xls and Sample_City.dwf are uploaded to directory and awaiting your completion.
Ive read of a couple third party software but havent looked into any to see how difficult the transfer from my current Windows server 2008 R2 x64 using FTP IIS 7.5 thats built into windows to say WS_FTP pro . I would like to stay with built in Windows Server applications and just learning how to write code. Still a noob at this so please take it easy. I'm sorry if this is crude example please feel free to comment or ask questions.