FTP

FTP 125 Data Connection Open vs 228 Entering Long Passive Mode

FTP 125 (Data Connection Open) is a 1xx Positive Preliminary response, while 228 (Entering Long Passive Mode) is a 2xx Positive Completion response. 125 indicates that the data connection is already open and the transfer is beginning. No need to open a new data connection. In contrast, 228 means that entering Long Passive Mode. An extended version of passive mode that supports longer addresses, including IPv6. Largely superseded by EPSV (229).

Descripción

The data connection is already open and the transfer is beginning. No need to open a new data connection.

Cuándo lo verás

When the server reuses an existing data connection for a file transfer instead of opening a new one.

Cómo solucionarlo

No fix needed — the transfer is starting immediately. Your client should begin reading or writing data on the existing connection.

Descripción

Entering Long Passive Mode. An extended version of passive mode that supports longer addresses, including IPv6. Largely superseded by EPSV (229).

Cuándo lo verás

After issuing the LPSV command on servers that support long addresses. Rarely seen in practice as EPSV is preferred.

Cómo solucionarlo

No fix needed, but consider using EPSV (Extended Passive Mode) instead, which is more widely supported and simpler to parse.

Diferencias clave

1.

125 is a 1xx Positive Preliminary response, while 228 is a 2xx Positive Completion response.

2.

FTP 125: The data connection is already open and the transfer is beginning. No need to open a new data connection.

3.

FTP 228: Entering Long Passive Mode. An extended version of passive mode that supports longer addresses, including IPv6. Largely superseded by EPSV (229).

4.

You encounter 125 when when the server reuses an existing data connection for a file transfer instead of opening a new one.

5.

You encounter 228 when after issuing the LPSV command on servers that support long addresses. Rarely seen in practice as EPSV is preferred.

Cuándo usar cada uno

For 125 (Data Connection Open): No fix needed — the transfer is starting immediately. Your client should begin reading or writing data on the existing connection. For 228 (Entering Long Passive Mode): No fix needed, but consider using EPSV (Extended Passive Mode) instead, which is more widely supported and simpler to parse.

Saber más