forked from TrueCloudLab/rclone
vendor: update to latest versions of everything
This commit is contained in:
parent
4415aa5c2e
commit
467fe30a5e
276 changed files with 38996 additions and 14449 deletions
5
vendor/github.com/jlaffaye/ftp/ftp.go
generated
vendored
5
vendor/github.com/jlaffaye/ftp/ftp.go
generated
vendored
|
@ -188,6 +188,11 @@ func (c *ServerConn) setUTF8() error {
|
|||
return err
|
||||
}
|
||||
|
||||
// Workaround for FTP servers, that does not support this option.
|
||||
if code == StatusBadArguments {
|
||||
return nil
|
||||
}
|
||||
|
||||
// The ftpd "filezilla-server" has FEAT support for UTF8, but always returns
|
||||
// "202 UTF8 mode is always enabled. No need to send this command." when
|
||||
// trying to use it. That's OK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue