Skip to content

Commit a54cf4c

Browse files
committed
Closes #60
Due to node issue using exit code 0 for exceptions thrown in async methods. Fixed by moving getUserArguments inside try block.
1 parent c42c8e4 commit a54cf4c

File tree

3 files changed

+636
-44
lines changed

3 files changed

+636
-44
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Similar in name to FTP but this protocol is entirely new and requires SSH access
232232
- Most web hosts change the default port (21), check with your host for your port number
233233

234234

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

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

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

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

396396
<details id="files-arent_uploading">

0 commit comments

Comments
 (0)