"Synchronize" is not working?
I installed "PhpStorm 7.1.3" on windowsXP PC.
(for a involuntary reason of my company. using XP)
And...
* I selected "New Project From Existing Files"
* after that in the "choose your Scenario" windpw,
I selected "Web server is on remote host , files are accessible via FTP/SFTP/FTPS"
を選びました。
* after that, I wrote server info(and I selected "SFTP" for connection method.
* Then it is sure that I could download files on server into local PC.
---
But i tryed adding a new file with phpStorm and selected "Synchronize"
But after that I searched the file with both winscp and teraterm(SSH)
but I cannot see the file.
What is going now? Why?
anybody, please help me.
Thanks
==
p.s.
my php version is 5.2.17
thanks again
请先登录再写评论。
Hi there,
Synchronize (File | Synzhronize) does not sync with remote -- it only re-reads local project files in case PhpStorm cannot detect external changes automatically.
To sync files/folders with remote you should use "Tools | Deployment | Sync with Deployed..." (or "Right click | Deployment | Synch with Deployed...")
P.S.
In "Settings | Deployment | Options" you can configure IDE to automatically deploy changed files to remote (you should have marked your deployment entry as Default for this project to make it working)
Useful links:
Hi, there. I had a misunderstanding. THank you for your help.