Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Due to node issue using exit code 0 for exceptions thrown in async methods.
Fixed by moving getUserArguments inside try block.
  • Loading branch information
SamKirkland committed May 2, 2020
1 parent c42c8e4 commit a54cf4c
Show file tree
Hide file tree
Showing 3 changed files with 636 additions and 44 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Similar in name to FTP but this protocol is entirely new and requires SSH access
- Most web hosts change the default port (21), check with your host for your port number


##### [Setting up `known-hosts` allows you to remove the `--insecure` argument.](#known-hosts-setup)
### Known Hosts Setup
**Windows**
In powershell run `ssh-keyscan -p <sshport> <hostname>` and copy the hash output
Example for samkirkland.com `ssh-keyscan -p 7822 samkirkland.com`
Expand Down Expand Up @@ -384,13 +384,13 @@ jobs:
<details id="cant-access-remote-sftp">
<summary>Can't access remote 'sftp://', exiting...</summary>

See **"Failed to upload files"** section above
See ["Failed to upload files"](#failed-to-upload) section above
</details>

<details id="cant-access-remote-ftps">
<summary>Can't access remote 'ftps://', exiting...</summary>

See **"Failed to upload files"** section above
See ["Failed to upload files"](#failed-to-upload) section above
</details>

<details id="files-arent_uploading">
Expand Down
Loading

0 comments on commit a54cf4c

Please sign in to comment.