Answer the question
In order to leave comments, you need to log in
PHPStorm, how to export settings while saving FTP, SSH, etc. logins and passwords?
Previously, when exporting phpstorm settings to the webServers.xml file, it saved access from the server, it looked like this:
<webServer id="ID" name="server.ru" url="http://server.ru/">
<fileTransfer host="11.111.111.233" port="22" rootFolder="/var/www/admin/data/www/server.ru" accessType="SFTP" username="admin" password="ПАРОЛЬ">
<advancedOptions>
<advancedOptions dataProtectionLevel="Private" />
</advancedOptions>
<option name="port" value="22" />
</fileTransfer>
</webServer>
<webServer id="ID" name="server.ru" url="http://server.ru/">
<fileTransfer host="11.111.111.233" port="22" rootFolder="/var/www/admin/data/www/server.ru">
<advancedOptions>
<advancedOptions dataProtectionLevel="Private" />
</advancedOptions>
<option name="port" value="22" />
</fileTransfer>
</webServer>
Answer the question
In order to leave comments, you need to log in
I know it's out of date, but it might be useful to someone.
Try this option:
Step 1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question