Apache Commons FTPClient.listFiles

前端 未结 7 1351
深忆病人
深忆病人 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!

    0 讨论(0)
提交回复
热议问题