dskpywvki951583595 2014-02-28 09:12
浏览 247
已采纳

如何使用phpStorm从远程服务器删除文件

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?

  • 写回答

1条回答 默认 最新

  • douju4278 2014-02-28 09:46
    关注

    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:

    1. Upload changed items automatically to the default server
    2. Delete target items when source ones do not exist

    enter image description here

    Obviously, you need to configure all those options as most suitable to your workflow.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?