Ftp4j 报错failed to connect to /127.0.0.1 (port 3883) after 90000ms: isConnected failed: ECONNREFUSED

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/oqzuser1q2w3e4r5t/article/details/73238968

打算使用ftp4j做文件的上传和下载,不过初始报出一个错误


failed to connect to /127.0.0.1 (port 3883) after 90000ms: isConnected failed: ECONNREFUSED (Connect。。。。


原先连接的是127.0.0.1,后来换成了10.0.2.2


     在模拟器上使用127.0.0.1只是访问自己,使用android自己内置的10.0.2.2就可以了!!

猜你喜欢

转载自blog.csdn.net/oqzuser1q2w3e4r5t/article/details/73238968