mirror of
https://github.com/rclone/rclone.git
synced 2025-12-20 02:03:17 +00:00
vendor: update all dependencies
This commit is contained in:
5
vendor/github.com/jlaffaye/ftp/status.go
generated
vendored
5
vendor/github.com/jlaffaye/ftp/status.go
generated
vendored
@@ -104,3 +104,8 @@ var statusText = map[int]string{
|
||||
StatusExceededStorage: "Exceeded storage allocation.",
|
||||
StatusBadFileName: "File name not allowed.",
|
||||
}
|
||||
|
||||
// StatusText returns a text for the FTP status code. It returns the empty string if the code is unknown.
|
||||
func StatusText(code int) string {
|
||||
return statusText[code]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user