I have a web folder on a Mac
(running MAMP Pro
) and have files been added within it on the fly, whose URL
is as follows .
http://abc.com/folder/
I have another Windows
machine that should constantly watch this folder and download any new file that gets dumped to this web folder
to c:\macfolder\
(The files are always tsv's
).
I know I can use wget
to acquire files and run whatever program that would do this as a scheduler in windows to watch constantly, but whats the best way to watch this folder for the new files.
Thanks
P.S I do not know what are the best tags for this question. Help me out with that too.. :P