Posted By: Manabi | Jul 29th, 2008 @ 7:54 AM
page 1 of 1
Comments: 5 | Views: 809
Manabi
Manabi
Take back the web!
I am trying to make a scheduled task that when I put a file in a certain folder (an example would be I'm in a paint chat app and I save a screenshot of it from the page) I want that file to be uploaded to a remote ftp server.  I don't think that there is an event that is logged when I place files in any folders, and I would rather be able to do this right in Windows rather than having another program running.  For instance the folder that has the files in it is c:\user\john\desktop\paintchat\ and the ftp server is ftp://example.com/pictures/pchat/.

I did try to get to the Windows Vista help groups, but it's broken in both Firefox 3 and IE 7.
Matthew van Eerde
Matthew van Eerde
AKA Maurits
> I don't think that there is an event that is logged when I place files in any folders

There can be.  Right-click the folder and choose Properties, Security, Advanced, Auditing.  Turn Auditing on and you can get an event; you can then tell Task Scheduler to watch for that event.

(I think.)
You also need to enable auditing in the local security policy otherwise file audit ACLs are ignored.
Matthew van Eerde
Matthew van Eerde
AKA Maurits
Rereading your scenario, "sync" comes to mind.  Are there any in-box solutions for syncing a folder on disk to a folder on an FTP site?
staceyw
staceyw
Before C# there was darkness...
Well you could use Live Mesh to sync the two folders.  The server side can then "serve" the folder via ftp or other.  At this point the server needs to be osx or windows. 
page 1 of 1
Comments: 5 | Views: 809
Microsoft Communities