以下は、私がサポートする製品と z/OS ベースの FTPS サーバーとの間の実際の会話 (IP、ホスト名、およびポートをマスクしたもの) です。
当社の製品はEnterpriseDTの Java FTP ライブラリを使用しています
---> SYST
215 MVS z/OS 011100 is the operating system for Connect:
---> PORT 111,111,111,111,11,111
200 PORT command successful.
---> LIST
150 Opening data connection.
Validating the server certificate when connecting to 'ftp.abc.com'.
Successfully validated the SSL server certificate when connecting to 'ftp.abc.com'
226 List complete. Closing data connection. 1 batches listed.
No input files found on server.
会話の最後の 2 行がわかりません。実際のファイルではなくリストのみを受け取るのはなぜですか?