mirror of
https://github.com/rclone/rclone.git
synced 2025-12-17 16:53:22 +00:00
vendor: update all dependencies to latest versions
This commit is contained in:
2
vendor/github.com/jlaffaye/ftp/parse.go
generated
vendored
2
vendor/github.com/jlaffaye/ftp/parse.go
generated
vendored
@@ -40,7 +40,7 @@ func parseRFC3659ListLine(line string) (*Entry, error) {
|
||||
return nil, errUnsupportedListLine
|
||||
}
|
||||
|
||||
key := field[:i]
|
||||
key := strings.ToLower(field[:i])
|
||||
value := field[i+1:]
|
||||
|
||||
switch key {
|
||||
|
||||
Reference in New Issue
Block a user