PHPstorm FTP可以';不要上传文件

PHPstorm FTP可以';不要上传文件,ftp,phpstorm,Ftp,Phpstorm,我正在尝试使用FTP配置我的PHPstorm,以便在保存文件后,需要将其上载到主机。我可以连接(我做了测试),但我不能上传文件,除非我将文件权限更改为777。你知道这怎么可能吗?以下是错误: [31/01/16 17:11] Failed to transfer file '/Applications/XAMPP/xamppfiles/htdocs/yventure.nl/app/Http/Controllers/Website/HomeController.php': cant open ou

我正在尝试使用FTP配置我的PHPstorm,以便在保存文件后,需要将其上载到主机。我可以连接(我做了测试),但我不能上传文件,除非我将文件权限更改为777。你知道这怎么可能吗?以下是错误:

[31/01/16 17:11] Failed to transfer file '/Applications/XAMPP/xamppfiles/htdocs/yventure.nl/app/Http/Controllers/Website/HomeController.php': cant open output connection for file "ftp://mm.server/app/Http/Controllers/Website/HomeController.php". Reason: "550 app/Http/Controllers/Website/HomeController.php: Permission denied".
[31/01/16 17:11] Automatic upload completed in less than a minute: 1 item failed

编辑:我已启用被动模式

您必须尝试并验证:

  • 用户权限
  • 团体权利
  • SSH密钥/密钥对连接
  • 目录权
  • SFTP连接(非FTP)

    • 我也有同样的问题。我解决了

      在部署>>FTP设置的“高级选项”中使用“被动模式”