2

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?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
dave
  • 14,991
  • 26
  • 76
  • 110
  • 1
    **1)** Double check the login details/IPs **2)** Make sure that you are seeing correct folder **3)** Make sure that you are using correct connection (in case if you have more than one set up) **4)** Try switching between Active and Passive FTP modes. – LazyOne Sep 29 '15 at 21:26
  • u sir are a genius, it was the passive mode option that needed to be checked. What is passive mode btw? – dave Sep 29 '15 at 21:32
  • http://stackoverflow.com/questions/1699145/what-is-the-difference-between-active-and-passive-ftp – LazyOne Sep 29 '15 at 21:49

1 Answers1

9

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

LazyOne
  • 158,824
  • 45
  • 388
  • 391