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

See also: JetBrains PHP Storm: Creating a remote server configuration
Latest posts
—
Structured data for SEO
Adding structured data to a website is one of those steps that often gets overlooked, yet it can make a real difference to how a site performs in search engines.…
—
Using WordPress as a static site generator
Static site generators have gained significant traction amongst developers, designers, and businesses seeking faster, more secure websites. Unlike traditional dynamic sites, which rely on a database to deliver content on…
Continue reading "Using WordPress as a static site generator"
—
Simple steps to protect your privacy online
In today’s digital world, protecting your privacy online has become essential. With personal data constantly being shared, stored, and potentially accessed by unauthorised parties, safeguarding your privacy can help you…
Continue reading "Simple steps to protect your privacy online"
—
Moving a WordPress Website with ACF and Custom Post Types to Brightspot CMS
Migrating a website from WordPress to Brightspot CMS can seem daunting, particularly when the WordPress installation relies heavily on Advanced Custom Fields and Custom Post Types. Both ACF amd CPT…
Continue reading "Moving a WordPress Website with ACF and Custom Post Types to Brightspot CMS"