Update readme

This commit is contained in:
2024-12-07 19:47:07 +01:00
parent 085bdf468f
commit 1e36fb1884

View File

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