Apache Commons FTPClient.listFiles

前端 未结 7 1356
深忆病人
深忆病人 2020-12-15 05:48

I am using org.apache.commons.net.ftp.FTPClient in one of my applications to work with a FTP server. I am able to connect, login, pwd

7条回答
  •  轮回少年
    2020-12-15 06:39

    First, make sure the listing works in other programs. If so, one possibility is that the file listing isn't being parsed correctly. You can try explicitly specifying the parser to use with initiateListParsing.

提交回复
热议问题