Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 20, 2012 09:33 AM by DarrellNorton
Member
11 Points
62 Posts
Jul 20, 2012 04:27 AM|LINK
Hi
I want to create a Listiners for a FTP server.
I Have files dumping into my FTP Server.
I want to create a Listiner application which listines to the FTP server.
Thanks you
All-Star
86809 Points
9646 Posts
Moderator
MVP
Jul 20, 2012 09:33 AM|LINK
The easiest way I can think of to do that is to use the FileSystemWatcher class: http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx
venkatesh.na...
Member
11 Points
62 Posts
Creating Listiners
Jul 20, 2012 04:27 AM|LINK
Hi
I want to create a Listiners for a FTP server.
I Have files dumping into my FTP Server.
I want to create a Listiner application which listines to the FTP server.
Thanks you
DarrellNorto...
All-Star
86809 Points
9646 Posts
Moderator
MVP
Re: Creating Listiners
Jul 20, 2012 09:33 AM|LINK
The easiest way I can think of to do that is to use the FileSystemWatcher class: http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx
Darrell Norton's Blog
Please click "Mark as Answer" if this helped you.