Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need notifications for all the activities happening on ftp. Please Help
Posted
Comments
Shehzaada Salim 8-Apr-14 5:48am    
I am looking for notifications in the form of email or SMS. Notifications in the form of SMS would be better.
S Houghtelin 8-Apr-14 8:46am    
Code Project is not a code on demand community, here is a very helpful article on searching for answers: How to Use Google and Other Tips for Finding Programming Help[^][^]
At the very least read this: Code Project Quick Answers FAQ[^]

Try to generate a solution and if you have problems, we can help.
ZurdoDev 8-Apr-14 8:59am    
This doesn't sound like a code issue but a google search for finding a utility issue.
David_Wimbley 8-Apr-14 16:49pm    
Is the FTP server in your control? Create a utility that uses the FileSystemWatcher class and let that listen in for notifications on changes to the specified directory it is watching.
Sergey Alexandrovich Kryukov 8-Apr-14 17:25pm    
Client side or FTP service side? If server side, it depends on the FTP implementation you use.
—SA

1 solution

As you are saying you are using FTP on a client side, I cannot see a problem. You can store the data on your uploaded files anywhere, anyhow: database, some file-based storage, whatever you need. You can easily find some client-size implementation of FTP. For example:
Simple C# FTP Class[^],
http://netftp.codeplex.com/[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900