I'm looking for a way to keep an updated mirror of a filesystem folder with files and subfolders into Umbraco Media. First step would be to keep it on the same server, but the next step is to get the filesystem copy from a remote server.
I think I can use an existing media uploader and shedule it. But I don't know if that requires much tweaking in the existing module (I have no experience in using any media uploader yet).
If it requires much tweaking perhaps I'd rather should write my own code using standard Api-functions.
Upload all files from filesystem folder
Hi!
I'm looking for a way to keep an updated mirror of a filesystem folder with files and subfolders into Umbraco Media. First step would be to keep it on the same server, but the next step is to get the filesystem copy from a remote server.
I think I can use an existing media uploader and shedule it. But I don't know if that requires much tweaking in the existing module (I have no experience in using any media uploader yet).
If it requires much tweaking perhaps I'd rather should write my own code using standard Api-functions.
I have read some interesting articles here http://www.netaddicts.be/articles/how-to-protect-your-media-files.aspx and here http://forum.umbraco.org/yafpostst5943Creating-Media-through-usercontrol.aspx .
Anyone got any hints/thoughts/controls/modules :-)
is working on a reply...