MSDOTnet.org Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FileSystemWatcher

 
Post new topic   Reply to topic    MSDOTnet.org Forum Index -> C Sharp
Author Message
csharpula csharp



Joined: 11 Aug 2007
Posts: 14

PostPosted: Thu Dec 13, 2007 10:20 am    Post subject: FileSystemWatcher Reply with quote

Hello,is there any FileSystemWatcher wich will track if some file been
updated but getting as an input a url (from remote comp - not defenetly
windows os) and not a path?


*** Sent via Developersdex http://www.developersdex.com ***

Archived from group: microsoft>public>dotnet>languages>csharp
Back to top
View user's profile Send private message
Hans Kesting



Joined: 02 Oct 2007
Posts: 3

PostPosted: Thu Dec 13, 2007 9:00 pm    Post subject: Re: FileSystemWatcher Reply with quote

csharpula csharp formulated the question :
> Hello,is there any FileSystemWatcher wich will track if some file been
> updated but getting as an input a url (from remote comp - not defenetly
> windows os) and not a path?
>
>

No. As I understand it, FSW hooks into the operating system so it
receives notifications about changed files. It does not poll for
changes itself.

There is no standard mechanism (that I know of) to receive "changed"
notifications from remote systems. You probably have to write something
yourself, by polling (HTTP has an If-Modified-Since option ..).
Be careful: the remote system might not be pleased if you fire too many
of these requests!

If you can put code on that remote system, you could maybe set up a FSW
there, where you can register for notifications if (specific) files
have changed (have that service call *you* when there was a change).


Hans Kesting

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Strange behaviour when raising an event in FileSystemWatcher Hi all. I ran into quite strange problem concerning the event raising inside Delete event. First, i would like to describe a bit my environment. I have main GUI application, which uses other class libraries. One lib, called Utils.dll con

Review: A First Look at ASP.NET v2.0 -- Teemu Keiski MCP, Microsoft MVP (ASP.NET), AspInsiders member ASP.NET Forum Moderator, AspAlliance Columnist

Why client require access to remotable obj & business obj's Hi, I'm new to remoting. I have written a remotable object that makes use of a business object. What I have found is that I need to copy both the remotable object along with the business component out to the client in order for things to work. Why is th

WorkerThreads and IOThreads Hello, Can anybody explain me the difference between the meaning of the parameter configuration of the file and maxIOThread? If an http request has to access to bd or web service... needs two threads to attend it, one worker

[C#] "Padding is invalid and cannot be removed" error Hi there. I'm coding an encryption / decryption program. I use the Rijndael algorithm to encrypt and decrypt data, and ensure transmission of the keys through a RSA encryption. An error is raised when I close the cryptostream, "Padding is invalid and cann
Post new topic   Reply to topic    MSDOTnet.org Forum Index -> C Sharp All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group