Web server (httpd): how to update/upload the served content remotely?
Running Apache httpd on Windows, what is the usual method / tool to update / upload the served content from another Windows host? I think of SFTP or SSH, but is there a module for httpd tha开发者_StackOverflow社区t is alrady ready for that? Thks.
I think you should use webdav for this purpose. Apache already supports it through the mod_dav module.
Windows machine can mount webdav folders directly through "Map Network Drive" option I think.
精彩评论