From a0569204cd8e7dcf5434ce2d04090b416e868367 Mon Sep 17 00:00:00 2001 From: stensmo <141365386+stensmo@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:59:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f79ae1f..44af556 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ If it does not work, check your known_hosts file in your .ssh directory. ED25519 Use the ssh-keyscan tool: From command line, execute: ssh-keyscan -H [hostname],[ip_address]. Add the ecdsa-sha2-nistp256 line to your known_hosts file. This file is located in your .ssh-directory. This is directory is located in C:\Users\\{your_user}\\.ssh on Windows and ~/.ssh on Linux. +(API Documentation)[https://stensmo.github.io/SFTPClient.jl/dev/] + Examples: ```