Hi,
We are using FTP server (1.0.6) behind firewall and when we use a client to
fetch directory/file listing (LIST UN22944_*_trm.xml, we are facing an issue.
Instead of Response to MLSD (expected):
150: File status okay ....
...(data of command listing received on data port)
226: Closing data connection.
We are getting response (actual):
150: File status okay; about to open data connection.
226: Closing data connection.
<after 2-3 seconds on data port>
Remote listing contents {
Type=file;Size=0;Modify=20130330114527.434;Perm=radfw; UN22944_201_trm.xml
Type=file;Size=0;Modify=20130327143132.939;Perm=radfw; UN22944_392_trm.xml
}
This is causing our client to return with empty response as after receiving
226, it's assuming there's empty listing over data port.