Tools
150 FTP response code
The server is using the 150 FTP reply code to respond to a command initiating a file transfer before establishing the data connection over which the transfer will occur. A PASV or PORT command should be used before the command receives the 150 response code. Once the response is sent or received, the server or client may begin sending data over the connection.
First published date
Last published date
Overview
Product section
Resolution
The server may use this reply code in response to a command initiating a file transfer before establishing the data connection over which the file transfer will occur. A PASV or PORT command should have been issued prior to the command receiving the 150 response code. After sending or receiving this response, the server/client may begin sending data over the data connection.
Example response
150 File status okay; about to open data connection.
Possible commands
- LIST FTP command
- MLSD FTP command
- NLST FTP command
- RETR FTP command
- STOR FTP command
- STOU FTP command
- THMB FTP command
See Also