user608540
user608540

Reputation:

Single file download feature from remote server in phpStorm?

I have recently shifted to phpStorm from NetBeans.

I know I can select to download the single or multiple files from remote server when creating the project. So, I only downloaded some necessary files which need to be edited for the project. But after creating the project I realized that I want to download another specific file from a folder to the project not downloading or syncing the whole folder. How can I do that?

Please see the below NetBeans feature which I am expecting.

enter image description here

Upvotes: 4

Views: 2482

Answers (2)

user608540
user608540

Reputation:

I finally got it.

At first I needed to Remove the Path from "Excluded Paths" panel.

Then I was able to download the file by right click and Selecting "Download from here".

Upvotes: 1

LazyOne
LazyOne

Reputation: 165138

Use Remote Host side panel (can also be accessed via Tools | Deployment | Browse Remote Host if panel is closed) and download any files you want.

Upvotes: 2

Related Questions