phpstormsftppassive-mode

PhpStorm 2017.1.3 Passive Mode


I'm using PhpStorm to edit files on a live server. When I try to upload the file it tells me "could not close the output stream for file". Note that I'm using "SFTP" ..

Some suggesting that using "passive mode" will solve the issue, but I can't find the settings when I go to: (Tools=>Deployment=>Configuration=>Advanced settings) as suggested!!

Is it even possible to use passive mode with SFTP!?


Solution

  • Passive Mode isn't available for SFTP. This option is only available for FTP and FTPS. https://www.jetbrains.com/help/phpstorm/2017.1/advanced-options-dialog.html

    advanced options in comparison enter image description here