Enhancing FTP response code

patch-1
pussycat0x 2022-11-14 10:09:14 +05:30 committed by GitHub
parent f313d2438f
commit c54670176d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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