Downloading from remote server
hello there
i have lot of projects on remote server, since there are php projects with dependencies etc. there is tons of files. which takes long time to download one by one by phpstorm.
i wonder, is there any shortcut to this ?
in netbeans, i select only one file from remote host, close netbeans. download the rest by zipping it and unpack it to project folder and thats it. netbeans regards those files as it downloaded them itself. but when i do the same with phpstorm it doesnt accept those files as her children. upload on ctrl+s not working. and i cant get it to work.
just for this i have to keep using netbeans
(both netbeans and phpstorm have its advantages and disadvantages, not saying one is better than the other )
Please sign in to leave a comment.
Hi there,
You can download ALL files in advance (using FileZilla for example or whatever) and store them in some local folder.
Then launch IDE (if not launched yet) and use "Open" and point to the project root folder -- IDE will create new project from those files. The rest you can configure manually as needed.