J
John Bailo
I've posted parts of problems in other posts, but I thought I'd
consolidate my questions because I still don't have a solution.
Problem:
I want to use the creation of a file on a remote ftp site (running Unix)
as a trigger for other processes to start.
Platform:
Windows 2000 server running .Net
Remote ftp site running unix
Thoughts:
I thought that if I could somehow access an ftp site with UNC or map a
drive letter to the ftp site, I could use the FileSystemWatcher class to
monitor the ftp site.
Explorations:
In Windows Server 2000, I have not found any way yet to mount an ftp
site with a drive letter. I have not found a way to mount an ftp site
as a drive letter.
One poster recommended writing a network redirector -- however I don't
know if my skills are up to it...or if it's the right path. I would
like some verification...and I want to make sure there is not an easier
way before building such a thing in .net
I would prefer not to use any 3rd party windows software that
(a) costs real money or
(b) does not provide source code.
consolidate my questions because I still don't have a solution.
Problem:
I want to use the creation of a file on a remote ftp site (running Unix)
as a trigger for other processes to start.
Platform:
Windows 2000 server running .Net
Remote ftp site running unix
Thoughts:
I thought that if I could somehow access an ftp site with UNC or map a
drive letter to the ftp site, I could use the FileSystemWatcher class to
monitor the ftp site.
Explorations:
In Windows Server 2000, I have not found any way yet to mount an ftp
site with a drive letter. I have not found a way to mount an ftp site
as a drive letter.
One poster recommended writing a network redirector -- however I don't
know if my skills are up to it...or if it's the right path. I would
like some verification...and I want to make sure there is not an easier
way before building such a thing in .net
I would prefer not to use any 3rd party windows software that
(a) costs real money or
(b) does not provide source code.