mirror of
https://github.com/jkaninda/go-storage.git
synced 2025-12-06 08:39:39 +01:00
Update readme
This commit is contained in:
@@ -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: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user