Detailed explanation of PHPStorm configuration FTP

藏色散人
Release: 2020-11-24 15:07:48
forward
4398 people have browsed it

The following tutorial column will give you a detailed explanation of how to configure FTP in PHPStorm. I hope it will be helpful to friends in need!

PHPStorm configuration FTP

Detailed explanation of PHPStorm configuration FTP1. Create FTP on the server

In the

Pagoda

Linux panel When adding a site, you will have the option to add FTP. Select Add, and the corresponding user and password will be automatically generated

2. Change the project directory to

wwwDetailed explanation of PHPStorm configuration FTPUser permissions

I use XShell to connect

In the Pagoda Linux panel, the main location of the project is generally under
/www/wwwroot/

First enter the directory where the project is stored
cd /www/wwwroot
Copy after login
  1. Secondly enter the corresponding project

    cd your project
    Copy after login
  2. Change permissions

    chown -R www.www ./*
    Copy after login
  3. Complete configuration

  4. 3. Finally configure FTP in PHPStorm

As shown in the picture, follow the click steps to reach the configuration page

Detailed explanation of PHPStorm configuration FTP

First a dialog box will pop up

Just enter any name here, you can choose it as you like, or write the project name

Detailed explanation of PHPStorm configuration FTP

Secondly, select the FTP item

Detailed explanation of PHPStorm configuration FTP

to add the website Copy the address to the corresponding input box of

HOST

  • Copy the corresponding FTP username and password generated in the Pagoda Linux panel to the corresponding input boxClick
  • Mappings
  • Add
  • /
  • after Development path and finally click TEST CONNECTION to perform a connection test
The above picture appears, which means success.

Detailed explanation of PHPStorm configuration FTP

Last click to automatically upload

  1. ##                                            

The above is the detailed content of Detailed explanation of PHPStorm configuration FTP. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:learnku.com
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template