FTP

FTP 150 File Status OK vs 350 File Action Pending

FTP 150 (File Status OK) is a 1xx Positive Preliminary response, while 350 (File Action Pending) is a 3xx Positive Intermediate response. 150 indicates that the file status is okay and the server is about to open the data connection for the transfer. This is the normal precursor to a file transfer. In contrast, 350 means that requested file action pending further information. The server has accepted the first part of a two-step command and is waiting for the follow-up.

Description

The file status is okay and the server is about to open the data connection for the transfer. This is the normal precursor to a file transfer.

When You See It

Right before a file download or upload begins, confirming the file is accessible and the data channel is being opened.

How to Fix

No fix needed — this means the transfer is about to start. If the transfer stalls after this reply, check firewall rules blocking the data connection.

Description

Requested file action pending further information. The server has accepted the first part of a two-step command and is waiting for the follow-up.

When You See It

After issuing RNFR (rename from) to specify which file to rename. The server is waiting for the RNTO (rename to) command.

How to Fix

Send the follow-up command immediately — typically RNTO after RNFR, or REST followed by RETR for resumed transfers.

Key Differences

1.

150 is a 1xx Positive Preliminary response, while 350 is a 3xx Positive Intermediate response.

2.

FTP 150: The file status is okay and the server is about to open the data connection for the transfer. This is the normal precursor to a file transfer.

3.

FTP 350: Requested file action pending further information. The server has accepted the first part of a two-step command and is waiting for the follow-up.

4.

You encounter 150 when right before a file download or upload begins, confirming the file is accessible and the data channel is being opened.

5.

You encounter 350 when after issuing RNFR (rename from) to specify which file to rename. The server is waiting for the RNTO (rename to) command.

When to Use Which

For 150 (File Status OK): No fix needed — this means the transfer is about to start. If the transfer stalls after this reply, check firewall rules blocking the data connection. For 350 (File Action Pending): Send the follow-up command immediately — typically RNTO after RNFR, or REST followed by RETR for resumed transfers.

Learn More