diff options
author | nodiscc <nodiscc@gmail.com> | 2016-02-18 06:12:48 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2016-02-18 06:12:48 +0000 |
commit | 0ed5c5a6726f7268b3d5c23510d807a81eac5ccd (patch) | |
tree | 993d6acd20017cfd3d995d2c1dc40e662c4cd5b1 | |
parent | add Kallithea, fixes #265 (diff) | |
download | awesome-selfhosted-0ed5c5a6726f7268b3d5c23510d807a81eac5ccd.tar.gz awesome-selfhosted-0ed5c5a6726f7268b3d5c23510d807a81eac5ccd.zip |
fix sftp entry
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -418,7 +418,7 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza #### File transfer/synchronization * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives - * [OpenSSH/SFTP] - Secure File Transfer Program. ([Source Code](http://www.openssh.com/)) `BSD` `C` + * [OpenSSH/SFTP](http://www.openssh.com/) - Secure File Transfer Program. ([Source Code](http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh)) `BSD` `C` * [Samba](https://www.samba.org/) - Samba is the standard Windows interoperability suite of programs for Linux and Unix. It provides secure, stable and fast file and print services for all clients using the SMB/CIFS protocol. ([Source Code](https://git.samba.org/samba.git/)) `GPLv3` `C` * [Seafile](https://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` * [SparkleShare](http://sparkleshare.org/) - Self hosted, instant, secure file sync |