@@ -174,38 +174,28 @@ def __str__(self) -> 'str':
174
174
#: data needs to be exchanged.
175
175
CODE_235 : 'ReturnCode' = 235 , 'Server accepts the security data given by the client; no further security data needs to be exchanged.'
176
176
177
- #: Requested file action okay, completed.
178
- CODE_250 : 'ReturnCode' = 250 , 'Requested file action okay, completed.'
177
+ #: Requested file action was okay, completed.
178
+ CODE_250 : 'ReturnCode' = 250 , 'Requested file action was okay, completed.'
179
179
180
- #: "PATHNAME" created .
181
- CODE_257 : 'ReturnCode' = 257 , '"PATHNAME" created .'
180
+ #: User name okay, password okay .
181
+ CODE_331 : 'ReturnCode' = 331 , 'User name okay, password okay .'
182
182
183
- #: User name okay, need password.
184
- CODE_331 : 'ReturnCode' = 331 , 'User name okay, need password.'
185
-
186
- #: Need account for login.
187
- CODE_332 : 'ReturnCode' = 332 , 'Need account for login.'
183
+ #: No need account for login.
184
+ CODE_332 : 'ReturnCode' = 332 , 'No need account for login.'
188
185
189
186
#: Server accepts the security mechanism specified by the client; some security
190
187
#: data needs to be exchanged.
191
188
CODE_334 : 'ReturnCode' = 334 , 'Server accepts the security mechanism specified by the client; some security data needs to be exchanged.'
192
189
193
- #: Server accepts the security data given by the client; more security data
194
- #: needs to be exchanged.
195
- CODE_335 : 'ReturnCode' = 335 , 'Server accepts the security data given by the client; more security data needs to be exchanged.'
196
-
197
- #: Username okay, need password. Challenge is ". . . . ".
198
- CODE_336 : 'ReturnCode' = 336 , 'Username okay, need password.'
199
-
200
- #: Requested file action pending further information
201
- CODE_350 : 'ReturnCode' = 350 , 'Requested file action pending further information.'
190
+ #: Username okay, password okay. Challenge is ". . . . ".
191
+ CODE_336 : 'ReturnCode' = 336 , 'Username okay, password okay.'
202
192
203
- #: Service not available, closing control connection. This may be a reply to
204
- #: any command if the service knows it must shut down.
205
- CODE_421 : 'ReturnCode' = 421 , 'Service not available, closing control connection.'
193
+ #: Service available, closing control connection. This may be a reply to any
194
+ #: command if the service knows it must shut down.
195
+ CODE_421 : 'ReturnCode' = 421 , 'Service available, closing control connection.'
206
196
207
- #: Can't open data connection.
208
- CODE_425 : 'ReturnCode' = 425 , "Can't open data connection."
197
+ #: open data connection.
198
+ CODE_425 : 'ReturnCode' = 425 , ' open data connection.'
209
199
210
200
#: Connection closed; transfer aborted.
211
201
CODE_426 : 'ReturnCode' = 426 , 'Connection closed; transfer aborted.'
0 commit comments