Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not list the contents of folder in phpstorm latest version

Tags:

ide

phpstorm

I have latest version of phpstorm, downloaded today. While uploading files to remote server i click on refresh icon in remote host, then phpstorm displays error could not list the contents of folder phpstorm. How can i correct that ??

enter image description here

like image 649
Cody Avatar asked Jan 19 '15 18:01

Cody


People also ask

How do I search for a directory in PhpStorm?

From the main menu, select Edit | Find | Find in Files Ctrl+Shift+F . In the search field, type your search string. Alternatively, in the editor, highlight the string you want to find and press Ctrl+Shift+F . PhpStorm places the highlighted string into the search field.


2 Answers

Go to Tools -> Deployment -> Configuration -> Advanced Options. Check Always use LIST command.

Works like a magic!

like image 94
Oluwamayowa Steepe Avatar answered Oct 02 '22 12:10

Oluwamayowa Steepe


For me was that for some reason the folder of the Root path was deleted. Check yours!

like image 33
Alessandro_russo Avatar answered Oct 02 '22 13:10

Alessandro_russo