Reputation: 15499
I am trying to connect to a remote host in PhpStorm 9 via FTP and it connects to the host but does not display any files/directories.
I am able to ftp and see files/directories just fine via FileZilla with the same ftp profile/settings I used in PhpStorm 9.
Why am I not able to see files/directories via FTP in PhpStorm 9?
Upvotes: 3
Views: 1220
Reputation: 165511
Try switching between Active ans Passive FTP modes (option is located in Advanced Options dialog of the Deployment settings/preferences page.
Upvotes: 9