Determine what port OpenSUSE firewall is blocking
I am having a problem with the WebStorm IDE in that I cannot use its built-in FTP capabilities probably due to my OpenSUSE (Tumbleweed) firewall blocking some needed ports. I am assuming that because after turning off the firewall it suddenly works. My problem is that I have no idea what port(s) I need to open because plain ftp from both Firefox and Nautilus work without problems and I am guessing that WebStorm using some other extra protocols. My problem is that I cannot figure out how to determine what they might be.
Any ideas?
请先登录再写评论。
Hi there,
Just try Passive mode for FTP (instead of Active) -- should be in Deployment connection advanced settings.
You can also collect more detailed log as described here ( https://devnet.jetbrains.com/docs/DOC-1202 ) and then check idea.log for details (Help | Show Log in...)
Thanks a lot, that solved my problem!