Browse Source

docs: more scp/ssh help

decentral1se 3 years ago
parent
commit
dd5e2c2196
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 4
      README.md

4
README.md

@ -121,13 +121,13 @@ distribusi-go-20-25-492637114356
If you have SSH access to a server, you can publish your files with `-P/--publish`. If you have SSH access to a server, you can publish your files with `-P/--publish`.
It works just like [scp] does: The syntax works just like [scp] and it uses SSH to transfer the files under the hood:
``` ```
./distribusi -p <path> -P <server>:<remote-path> ./distribusi -p <path> -P <server>:<remote-path>
``` ```
See [this short guide](#ssh-guide-for-p-publish) for help with SSH issues. See [this short guide](#ssh-guide-for-p-publish) for help with SSH connection issues.
:v: :v:

Loading…
Cancel
Save