Home > Article > Development Tools > PhpStorm configures FTP server
##Open the editor, click Tools->Deloyment->Configuration, and enter the configuration page of the connection server # #)
2. Click in the upper left corner to configure a new server
3. Fill in the name of the server after adding it, and select the type (usually FTP is selected. If you don’t know about FTP, Baidu yourself), click OK
4. Fill in the correct parameters in order. After filling in the server IP, you can click Test FTP connection on the right to test whether the IP can be successfully found. After filling in the information correctly, click OK to complete the connection configuration to the server.
5. Quickly find the configured server connection and click (Tools -> Deloyment -> Browse Remote Host)
6. After completing the above operations, click Remote Host on the far right to view all configured server connections (click 1 to view All configured server connections; click 2 to view the currently configured server files)
7. Double-click to load the server details file, after modifying the server file, click the upload button in the upper right corner to complete the modification of the server file.
The above is the detailed content of PhpStorm configures FTP server. For more information, please follow other related articles on the PHP Chinese website!