PhpStorm FTP 425无法建立数据连接:无法分配请求的地址

时间:2017-01-16 09:54:29

标签: sockets ftp phpstorm time-wait

PhpStorm FTP上传失败。

[17-1-16 下午5:17] Failed to transfer file '/a': cant open output connection for file "ftp://192.168.1.229:21/a". Reason: "425 Unable to build data connection: Cannot assign requested address".
[17-1-16 下午5:17] Upload to server completed in less than a minute: 108 files transferred, 3 items failed (541.1 Kb/s)

我的PhpStorm在deepin系统上运行(Linux)

net.ipv4.tcp_fin_timeout=30
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_tw_recycle=1
net.ipv4.ip_local_port_range = 10000     65000 

我尝试更改端口数,但仍无法上传。 谁能帮帮我?

1 个答案:

答案 0 :(得分:0)

我在IntelliJ IDEA中遇到了同样的问题。

将连接类型从 FTP 更改为 SFTP 有帮助。我希望你也可以。