Use SFTP in Phpstorm and SFTP in Phpstorm
In Phpstorm, FTP connection failures often occur. In this case, we can use SFTP to connect to the server.
1. Add a server. Tools -- deployment -- configuration/browse Remote Host
2. Add a server and enter a name.
3. Enter the corresponding account and password port number, provided that the port and account have been configured on the server.
4. Enter the corresponding account and password port number, provided that the port and account have been configured on the server. Test the connection.
5. After connecting to the server locally, the file name is garbled because of Encoding Problems. Just unify the encoding. Garbled Problem
6. Confirm the sftp permission on the server.
7. Confirm the path. Local path and network path. Otherwise, data cannot be synchronized after being connected to the server.
Then you can use the comparison upload and other functions. Not described.