225, 226, 227, 230 FTP Response Codes
The requested action has been successfully completed
225 FTP Response code
A 225 code is sent in response to the ABOR command when the data connection is still open but there is no file transfer in progress to abort.
Example response
225 Data connection open; no transfer in progress.
Possible command:
226 FTP Response code
A 226 reply code is sent by the server before closing the data connection after successfully processing the previous client command affecting the data connection. In most cases, it signals the completion of a file transfer. It can also be sent in response to the ABOR command, which signals that the current file transfer was successfully terminated.
Example response
226 Closing data connection.
Possible commands:
227 FTP Response code
This is the response given by the server to the PASV command. It indicates that the server is ready for the client to connect to it for the purpose of establishing a data connection. The format of this response is important because the client software must be capable of parsing out the connection information it contains. The values h1 to h4 are the IP addresses that the server is listening on. The values p1 to p2 are used to calculate the port that the server is listening on using the following formula: PASV port = (p1 * 256) + p2.
Example response
227 Entering Passive Mode (h1, h2, h3, h4, p1, p2)
Possible command:
230 FTP Response code
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.
Example response
230 User logged in, proceed.
Possible commands:
See also
- 110, 120, 125, 150 FTP response codes
- 202, 211, 212, 213 FTP response codes
- 214, 215, 220, 221 FTP response codes
- 232, 234, 250, 253, 257 FTP response codes
- 331, 332, 334, 336, 350 FTP response codes
- 401, 421, 425, 426 FTP response codes
- 431, 450, 451, 452 FTP response codes
- 500, 501, 502, 503, 504 FTP response codes
- 530, 532, 533, 534, 535, FTP response codes
- 536, 550, 551, 552, 553 FTP response codes
Serv-U Managed File Transfer Server
Let’s talk it over.
Contact our team. Anytime.