forked from TrueCloudLab/rclone
vendor: update github.com/jlaffaye/ftp
This commit is contained in:
parent
4e64ee38e2
commit
08bf8faa2f
5 changed files with 19 additions and 8 deletions
9
vendor/github.com/jlaffaye/ftp/ftp.go
generated
vendored
9
vendor/github.com/jlaffaye/ftp/ftp.go
generated
vendored
|
@ -59,10 +59,11 @@ type dialOptions struct {
|
|||
|
||||
// Entry describes a file and is returned by List().
|
||||
type Entry struct {
|
||||
Name string
|
||||
Type EntryType
|
||||
Size uint64
|
||||
Time time.Time
|
||||
Name string
|
||||
Target string // target of symbolic link
|
||||
Type EntryType
|
||||
Size uint64
|
||||
Time time.Time
|
||||
}
|
||||
|
||||
// Response represents a data-connection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue