So I've added remote server to phpStrom and I can change files there. But if I delete files they disappear only from my computer not on the server. How to delete files from remote server using phpStorm?
Do one of the following: Press Alt+Delete . Select Refactor | Safe Delete from the main or the context menu.
To remove any files from your remote SFTP session, run the following rm command followed by the file you want to remove (in this example, fileA will be removed).
In the Project tool window, right-click a file or folder, then select Deployment | Upload to from the context menu, and choose the target deployment server or server group from the list. If the default server or server group is appointed, you can also select Upload to <default deployment server or server group>.
To manually delete files from remote location -- use Remote Host tool window (or Tools | Deployment | Browse Remote Host
if it's not visible) -- navigate and delete any file(s) you want.
For keeping your remote host in sync with local (i.e. to delete remote file as soon as local gets deleted as well) you need to enable automatic upload in Settings | Deployment | Options
, in particular:
Obviously, you need to configure all those options as most suitable to your workflow.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With