Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • @janos I put that there to omit the actual port that I am using, i.e. when i run the command on my local box (macOS) I specify the actual port I am using on the server with -p 4242. Does that make sense? Commented Dec 19, 2017 at 23:41
  • Have you double checked permissions on the www folder? Sometimes, you can't write to a folder if the parent folders don't share common permissions; maybe try setting the path as ~/www/ instead of /home/$USER/www/ Commented Dec 24, 2017 at 6:01
  • @AnsonWHan thanks for the heads up. I have been hacking ⌨️ away at my config.fish for the past couple of days. And needless to say I put some commands in there that ended up scp / rsync from properly working. Commented Dec 24, 2017 at 21:03