1

what is the best http server to be used as webdav for getting and posting files (big files) to from server?

is it apache or lighttpd ?

I will use the system as online file storage (for backup)

cheers

Data-Base
  • 185
  • 1
  • 13

2 Answers2

1

this is quite subjective but wouldnt setting up an FTP server suit your needs better? Possibly try FileZilla Server.

If you are hosting files also then apache wouldnt be a bad choice for you.

JamesK
  • 1,646
  • 11
  • 19
0

Open source solution is WebDAV VFS gate, supported features:

  1. Available all file systems of Apache Commons VFS (smb,ftp,sftp,http,webdav,zip,jar and other).
  2. WebDAV (level 1 and level 2) compatible with Windows Explorer, GVFS and davfs2.
  3. Server implemented as library (jar) and web application (war).
  4. Application ready for use in web containers, such as Tomcat, Jetty, JBoss and similar.
  5. Configuring file system from servlet initialization parameters and java properties.
  6. Audit log of file operations.