Enhancing FTP response code
parent
f313d2438f
commit
c54670176d
|
@ -23,4 +23,6 @@ network:
|
|||
- type: word
|
||||
words:
|
||||
- "Anonymous access allowed,"
|
||||
- "220" #code is sent in response to a new user connecting to the FTP server to indicate that the server is ready for the new client.
|
||||
- "230" #The server sends a 230 code in response to a command that has provided sufficient credentials to the server to grant the user access to the FTP server.
|
||||
part: response
|
||||
|
|
Loading…
Reference in New Issue