Home  >  Article  >  类库下载  >  Detailed explanation of PHPStrom's new FTP project and online operation management

Detailed explanation of PHPStrom's new FTP project and online operation management

高洛峰
高洛峰Original
2016-10-15 16:23:541692browse

Foreword

PhpStorm is a commercial PHP integrated development tool developed by JetBrains. It contains all the functions of WebStorm, and the front and back ends are quite excellent. I believe students who have used it will know its power and convenience. So here I will talk to you about its FTP and remote file synchronization functions.

Advantages

FTP and remote file synchronization, as the name suggests, uses the ftp protocol to operate files on the server. So what are the advantages of this and using ordinary ftp? Why should we use it?

In fact, the most important advantage is the integrity when modifying the operation project. For example, when we are debugging a method, we can directly hold down ctrl in the IDE and click the method name without releasing the left mouse button to know the method, and even go deeper. Find other related functions in one step, but it cannot be done simply by modifying it in the ftp software, or it may require greater costs to achieve this effect.

Operation

First we need to create a new ftp/sftp/ftps project. Follow the steps below:

1. Find File in the menu bar in the upper left corner, click it, and then select Create Project from Exsting files... in the drop-down menu that appears.

Detailed explanation of PHPStroms new FTP project and online operation management

2. The project selection interface will pop up. We select Web server is on remote host, files are accessible via FTP/SFTP/FTPS. and click next.

Detailed explanation of PHPStroms new FTP project and online operation management

3. Configure the local project settings, name, project path and some deployment configurations.

Detailed explanation of PHPStroms new FTP project and online operation management

4. Add or select ftp project

Detailed explanation of PHPStroms new FTP project and online operation management

5. Add and configure ftp project (if it already exists, just go to the previous step and select it, skip this step)

Detailed explanation of PHPStroms new FTP project and online operation management

6. Configure the final directory Structure

Detailed explanation of PHPStroms new FTP project and online operation management

7. After configuring the directory structure, click next to enter the root directory settings. Generally, the default is /

Detailed explanation of PHPStroms new FTP project and online operation management

8. Click finish to complete all configurations, and then the software will automatically collect file information and download Come locally

Detailed explanation of PHPStroms new FTP project and online operation management

Detailed explanation of PHPStroms new FTP project and online operation management

9. After downloading, you will be prompted whether to open it in this window. If you do not need to edit multiple projects at the same time, just click this window to open it in this window

Detailed explanation of PHPStroms new FTP project and online operation management

10. Complete the configuration and browse the global interface

Detailed explanation of PHPStroms new FTP project and online operation management

Summary

Due to the limited length of the article and the author's time, here is just a brief introduction on how to remotely connect to the ftp project and download it. There are many specific operations, such as comparing local and online files, etc., which are waiting for readers to explore.


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Related articles

See more