Fix ssh identityfile

This commit is contained in:
2024-12-07 19:44:57 +01:00
parent 793b04340e
commit 085bdf468f
5 changed files with 12 additions and 11 deletions

View File

@@ -56,7 +56,7 @@ if err != nil {
```go
sshStorage, err := ssh.NewStorage(ssh.Config{
Host: "",
Port: "",
Port: 22,
User: "",
Password: "",
RemotePath: "",
@@ -80,7 +80,7 @@ log.Fatalf("Error copying file, error %v", err)
```go
ftpStorage, err := ftp.NewStorage(ftp.Config{
Host: "",
Port: "",
Port: 22,
User: "",
Password: "",
RemotePath: "",