Apache Commons FTPClient.listFiles

前端 未结 7 1352
深忆病人
深忆病人 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:46

    After I set the mode as PASV it is working fine now! Thanks for all your efforts and suggestions!

提交回复
热议问题