简体   繁体   English

如何使用PhpStorm模拟远程主机部署?

[英]How to simulate remote host deployment with PhpStorm?

Some FTP clients, such as Transmit, offer an option to simulate the synchronisation between a local and a remote directory. 一些FTP客户端(例如Transmit)提供了一个选项,可以模拟本地目录和远程目录之间的同步。 Basically what it means is, that you get a list of files that would be changed, instead of actually moving the files. 基本上,这意味着您将获得将要更改的文件列表,而不是实际移动文件。

I was hoping to find such an option in PhpStorm's Remote Host Plugin, but I searched for it to no avail. 我希望在PhpStorm的“远程主机插件”中找到这样的选项,但没有进行任何搜索。 Did I overlook something, or does this not exist (yet)? 我是否忽略了某些内容,或者尚不存在?

PHPStorm can sync with the deployed version if the remote host has been configured. 如果已配置远程主机,则PHPStorm可以与部署的版本同步。 It shows the difference and you can select what to do with each file. 它显示了差异,您可以选择处理每个文件。 See PHPStorm Documentation 请参阅PHPStorm文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM