2

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 在深度系统(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 

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

4

1 回答 1

0

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

将连接类型从FTP更改为SFTP有所帮助。我希望这对你来说也是可能的。

于 2017-12-09T16:53:14.477 回答