Suggestion - consider WebDAV instead of FTP for uploading files? | pdickerson | 2008-04-01 11:13 |
Status: Closed | ||
We have found the FTP approach for uploading files to be very cumbersome and fraught with the potential for human errors. Have you considered using WebDAV instead of FTP for uploading files? http://www.webdav.org/ "WebDAV stands for 'Web-based Distributed Authoring and Versioning'. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers." "Since DAV works over HTTP, you get all the benefits of HTTP that FTP cannot provide. For example: strong authentication, encryption, proxy support, and caching." There is a version for Apache: http://www.webdav.org/mod_dav/ "mod_dav is an Apache module to provide DAV capabilities (RFC 2518) for your Apache web server. It is an Open Source module, provided under an Apache-style license." |
||