Menü schliessen
Created: February 9th 2021
Last updated: April 8th 2021
Categories: IT Support,  PhpStorm,  Software & Services
Author: Tim Fürer

PhpStorm: Quick FTP configuration guide

Tags:  FTP,  guide,  PhpStorm
Donation Section: Background
Monero Badge: QR-Code
Monero Badge: Logo Icon Donate with Monero Badge: Logo Text
82uymVXLkvVbB4c4JpTd1tYm1yj1cKPKR2wqmw3XF8YXKTmY7JrTriP4pVwp2EJYBnCFdXhLq4zfFA6ic7VAWCFX5wfQbCC

In this post, I'll quickly guide you on how to connect to your FTP-Server with PhpStorm.

Head to Tools > Deployment > Configuration...

Screenshot in PhpStorm: Head to Tools > Deployment > Configuration...

Click the plus icon in the upper left corner and select the kind of web server.

Screenshot in PhpStorm: Click the plus icon in the upper left corner

Give your configuration a name and click "OK".

Screenshot in PhpStorm: Give your configuration a name and click "OK".

Enter your FTP-information. Press "Test Connection" to check if everything works. If yes, proceed and click "OK".

Screenshot in PhpStorm: Enter your FTP-information. Press "Test Connection" to check if everything works. If yes, proceed and click "OK".

Click on "Remote Host" which is located on the right side (default) of your screen and your FTP-Server should show up.

Screenshot in PhpStorm: Click on "Remote Host" which is located on the right side

And that's it.