Objective
Phpstorm is a commercial PHP integrated development tool developed by JetBrains company. It contains all the functions of the webstorm, the front and rear are quite outstanding, its powerful convenience, I believe the students have been used to know. So I'll talk to you about it. FTP and remote file synchronization capabilities.
Advantage
FTP and Remote file synchronization, as the name suggests, is the use of FTP protocol to operate the files on the server. So what are the advantages of this and our use of ordinary FTP? Why should we use it?
In fact, the most important advantage is to modify the integrity of the operation of the project, for example, when we debug a method, in the IDE, you can hold down CTRL directly and click the method name, you can know the method, or even a deeper step to find other related functions, but only in the FTP software modification can not be done, Or it would cost more to achieve this effect.
Operation
First we need to create a new Ftp/sftp/ftps project. Follow these steps:
1. The upper left corner menu bar finds File, clicks it, and then selects Create Project from exsting files in the Drop-down menu that appears ....
2. The project selection interface will be ejected, we select the WEB server is on remote host, the files are accessible via Ftp/sftp/ftps. , click Next Next.
3. For local project settings, name and project path and some deployment configurations.
4. Add or select an FTP project
5. New configuration of the FTP project (if available, go directly to the previous step, skip this step)
6. Configure the final directory structure
7. After configuring the directory structure, click Next to enter the root directory settings, the general default/is good
8. Click Finish to complete all configuration, then the software will automatically collect file information and download to the local
9. After the download is good, will prompt whether in this window opens, if does not have the multiple item simultaneously to edit the demand, directly clicks this window opens in this Windows to be good
10. Complete the configuration, the global interface browsing
Summarize
Due to the length of the article and author time is limited, here is just about how to remotely connect FTP projects and downloads, and so on, there are many specific operations, such as local and online file comparison, etc., to be explored by the reader.