WebDAV: Difference between revisions

Content deleted Content added
m Make RFC 2518 reference clickable.
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 224:
 
== Alternatives to WebDAV ==
* [[File Transfer Protocol]] (FTP), a simple and widely adaptedadopted network protocol based on [[Internet Protocol|IP]], allows users to transfer files between network hosts. [[FTPS]] extends FTP for secure traffic.
* [[SSH File Transfer Protocol]] (SFTP), an extension of the Secure Shell protocol (SSH) version 2.0, provides secure file-transfer capability ; and scp, a form of SFTP that runs as a single command similar to a regular cp (copy) command in the shell.
* [[Rsync]], a protocol and a command similar to scp, that can also skip rewriting identical files and portions of files, or skip newer files, etc.