PHP Storm and making FTP connections with SSL (FTPS)

Posted in Notes on 24 November 2015

If you’re having issues connecting to a server via FTPS in phpStorm I found that the magic combination for PHP Storm and FTP-SSL connections is…

  • Type: FTPS
  • SSL: Explicit
  • Passive Mode: On
  • Protected data channel: ****

In particular the Protected data channel was set to “PRTO C” by default on my install and it was that causing the bother.

Error Message:

[23/11/2015 12:13] Failed to transfer file 'C:\web\htdocs\
•••••\••••••••••••\test.txt': cant open output connection for
file "ftps://•••.•••.•••.•••/test.txt". Reason: "500 I won't 
open a connection to 192.•••.•••.••• (only to 81.•••.•••.•••)".

Solution

php-storm-ftps-ftp-ssl-settings

See also: JetBrains PHP Storm: Creating a remote server configuration

Related Notes Posts

February 2024

Animated SVGs (Scalable Vector Graphics)

Animated SVGs, Scalable Vector Graphics, are increasingly popular choices for adding dynamic elements to websites. Their scalability, lightweight nature, and flexibility make them attractive options... Continue reading

December 2023

Using Scalable Vector Graphics (SVGs)

Scalable Vector Graphics (SVGs) have revolutionised website design, offering unparalleled flexibility, scalability, and interactivity. As versatile graphic elements, SVGs can enhance the visual appeal and... Continue reading

September 2023

Designing websites for accessibility

In the ever-evolving landscape of web design, the balancing act between accessibility and aesthetic appeal remains a crucial consideration. As the digital realm becomes increasingly... Continue reading

More Notes Posts