Troubleshooting
Problem
----Problem:
When using an FTP client the IP address returned for the passive command for the data channel is not what has been configured on the application.
----Verification:
You can use FileZilla to inspect the FTP commands for example:
Status: Directory listing successful
Status: Starting upload of C:\Documents\xxxxx.pdf
Command: PASV
Response: 227 Entering Passive Mode (192,168,xx,yyy,201,221)
Command: STOR xxxxx.pdf
The FTP response '227 Entering Passive Mode (192,168,xx,yyy,201,221)' text provides the incorrect IP.
The first four digits should display the configured passive IP Address (The last two digits refer to the passive port range).
For example my 192,168,xx,yyy,201,221 is IP 192,168,xx,yyy with port 1829 ( (201*8)+221)
----Use case:
In passive mode, Active Transfer will wait for the client to establish a connection provided by the configured passive IP value.
Document Location
Worldwide
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
20 March 2025
UID
ibm17202979