1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-09 16:37:23 +01:00

Fix broken links for scp and DAV (#2522)

* Update web.html: Update broken SCP man page link
* Update sync-guide.html: Remove non-existing Android CalDAV and CardDAV apps from selection
This commit is contained in:
ukfhVp0zms
2025-07-21 13:28:04 +00:00
committed by GitHub
parent 3cde9a8893
commit f0e7b4694c
2 changed files with 4 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
<ol>
<li>Ensure that any domains you are publishing a website for have no problems on the <a href="#system_status">Status Checks</a> page.</li>
<li>On your personal computer, install an SSH file transfer program such as <a href="https://filezilla-project.org/">FileZilla</a> or <a href="http://linuxcommand.org/man_pages/scp1.html">scp</a>.</li>
<li>On your personal computer, install an SSH file transfer program such as <a href="https://filezilla-project.org/">FileZilla</a> or <a href="https://man.openbsd.org/scp.1">scp</a>.</li>
<li>Log in to this machine with the file transfer program. The server is <strong>{{hostname}}</strong>, the protocol is SSH or SFTP, and use the <strong>SSH login credentials</strong> that you used when you originally created this machine at your cloud host provider. This is <strong>not</strong> what you use to log in either for email or this control panel. Your SSH credentials probably involves a private key file.</li>