Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Monitor FTP Site
 

Monitor FTP Site

Hi,

I need to monitor the files and folders of FTP site. How can I achieve it.
I used the FileSystemWatcher to monitor the FTP site. But i got execption.

Thanks in Advance

Jackuline  Tuesday, November 06, 2007 7:04 AM

Hi,first I will check my understanding with you, you want to use FileSystemWatcher to monitor the file in FTP site, don’t you?

Microsoft .NET Framework has introduced classes like System.IO and System.Diagnostics, which contains the FileSystemWatcher class which can raises events when a file is created/renamed/updated or deleted from the specified folder or any other activities.

There is an article talk about how to implement the FileSystemWatcher class using Microsoft Visual Basic .NET detailly.

http://www.codeproject.com/dotnet/folderwatcher.asp

For more information ,you can check following articles

http://www.codeproject.com/useritems/AdvancedFileSystemWatcher.asp

Monitor Multiple Files using FileSystemWatcher

If you have any further questions, feel free to let me know.

Best Regards

Gavin

Gavin Jin - MSFT  Wednesday, November 07, 2007 10:36 AM

Hi,first I will check my understanding with you, you want to use FileSystemWatcher to monitor the file in FTP site, don’t you?

Microsoft .NET Framework has introduced classes like System.IO and System.Diagnostics, which contains the FileSystemWatcher class which can raises events when a file is created/renamed/updated or deleted from the specified folder or any other activities.

There is an article talk about how to implement the FileSystemWatcher class using Microsoft Visual Basic .NET detailly.

http://www.codeproject.com/dotnet/folderwatcher.asp

For more information ,you can check following articles

http://www.codeproject.com/useritems/AdvancedFileSystemWatcher.asp

Monitor Multiple Files using FileSystemWatcher

If you have any further questions, feel free to let me know.

Best Regards

Gavin

Gavin Jin - MSFT  Wednesday, November 07, 2007 10:36 AM

You can use google to search for other answers

Custom Search

More Threads

• Install Managed Application on Clientside
• Delploy OutLook Add-in
• Deploying VS2008 Help
• Publish to two Servers
• VS 2005 Deployment Projct - "Installation is taking longer than expected"
• During Installation, Store a String Value To Registry Containing InstallPath?
• pls help !!!
• Click Once Setup shows 'unknow publisher' at the time of installation in WPF
• How do i set the deployment providor from within the project? One Click
• Building the application package.