mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 00:04:40 +00:00
vendor: update jlaffaye/ftp
This commit is contained in:
committed by
Nick Craig-Wood
parent
4808958f93
commit
c4ce260b49
2
vendor/github.com/jlaffaye/ftp/status.go
generated
vendored
2
vendor/github.com/jlaffaye/ftp/status.go
generated
vendored
@@ -25,6 +25,7 @@ const (
|
||||
StatusLoggedIn = 230
|
||||
StatusLoggedOut = 231
|
||||
StatusLogoutAck = 232
|
||||
StatusAuthOK = 234
|
||||
StatusRequestedFileActionOK = 250
|
||||
StatusPathCreated = 257
|
||||
|
||||
@@ -73,6 +74,7 @@ var statusText = map[int]string{
|
||||
StatusLoggedIn: "User logged in, proceed.",
|
||||
StatusLoggedOut: "User logged out; service terminated.",
|
||||
StatusLogoutAck: "Logout command noted, will complete when transfer done.",
|
||||
StatusAuthOK: "AUTH command OK",
|
||||
StatusRequestedFileActionOK: "Requested file action okay, completed.",
|
||||
StatusPathCreated: "Path created.",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user