1
0
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:
Heiko Bornholdt
2020-05-30 15:59:23 +02:00
committed by Nick Craig-Wood
parent 4808958f93
commit c4ce260b49
7 changed files with 161 additions and 9 deletions

View File

@@ -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.",