dave
dave

Reputation: 15499

PhpStorm 9: Why doesn't the remote path's directories/files display when connected via FTP

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

Answers (1)

LazyOne
LazyOne

Reputation: 165511

Try switching between Active ans Passive FTP modes (option is located in Advanced Options dialog of the Deployment settings/preferences page.

enter image description here

Upvotes: 9

Related Questions