FTP 120 Service Ready Soon vs 125 Data Connection Open
Both FTP 120 (Service Ready Soon) and 125 (Data Connection Open) belong to the 1xx Positive Preliminary category. 120 indicates that the service will be ready in a certain number of minutes. The server is not yet available but expects to be shortly. Meanwhile, 125 means that the data connection is already open and the transfer is beginning. No need to open a new data connection.
説明
The service will be ready in a certain number of minutes. The server is not yet available but expects to be shortly.
このコードが表示される場合
When connecting to an FTP server that is starting up or temporarily busy with maintenance tasks.
解決方法
Wait the indicated number of minutes and try connecting again. If the server never becomes ready, contact the server administrator.
説明
The data connection is already open and the transfer is beginning. No need to open a new data connection.
このコードが表示される場合
When the server reuses an existing data connection for a file transfer instead of opening a new one.
解決方法
No fix needed — the transfer is starting immediately. Your client should begin reading or writing data on the existing connection.
主な違い
FTP 120: The service will be ready in a certain number of minutes. The server is not yet available but expects to be shortly.
FTP 125: The data connection is already open and the transfer is beginning. No need to open a new data connection.
You encounter 120 when when connecting to an FTP server that is starting up or temporarily busy with maintenance tasks.
You encounter 125 when when the server reuses an existing data connection for a file transfer instead of opening a new one.
どちらをいつ使うか
For 120 (Service Ready Soon): Wait the indicated number of minutes and try connecting again. If the server never becomes ready, contact the server administrator. 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.