Aptana 打开文件进行写入失败
每次尝试上传文件时,都会收到错误“打开文件进行写入失败”。我在 Mac 上运行 OS X Lion。有谁知道如何修复此错误。我在网上找不到任何修复方法。谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
每次尝试上传文件时,都会收到错误“打开文件进行写入失败”。我在 Mac 上运行 OS X Lion。有谁知道如何修复此错误。我在网上找不到任何修复方法。谢谢。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
我在使用 Eclipse 和 Aptana 3 插件的 Windows 机器上遇到了同样的问题。关闭Windows防火墙立即解决!
I had the same problem on my Windows machine with Eclipse and the Aptana 3 Plugin. Turning off the Windows Firewall resolved it immediately!
netsh advfirewall 设置全局 StatefulFTP 禁用
在 cmd.exe 中运行此命令,您可以在此处找到有关它的更多信息
http://technet.microsoft.com/en-us/library/cc771920(v=ws.10).aspx
如果您使用的是 WINDOWS 7(x64) 和 APTANA 3.6.0 +,并且来自远程服务器的文件无法打开!
来源 :
https://aptanastudio.tenderapp.com/discussions/problems /3252-打开文件读取失败
netsh advfirewall set global StatefulFTP disable
RUN THIS COMMAND IN cmd.exe, you can find more about it here
http://technet.microsoft.com/en-us/library/cc771920(v=ws.10).aspx
IF YOU ARE USING WINDOWS 7(x64) AND APTANA 3.6.0 +, AND FILES FROM REMOTE SERVERS DO NOT OPEN !!
source :
https://aptanastudio.tenderapp.com/discussions/problems/3252-opening-file-for-read-failed
由于服务器上的文件/目录权限,我遇到了这个问题。我会按照上面 Ingo 的建议进行操作(用您的特定详细信息报告错误),因为该消息相当神秘。
I had this problem coming up because of files/directories permissions on the server. I'd do as suggested by Ingo above (reporting a bug with your particular details), as the message is rather cryptic.
对我来说,它似乎适用于 FTPS 连接的最新 Aptana 3.4.2。重新使用 FTP 对我有所帮助。
以防万一有人有类似的问题。
For me it appears for newest Aptana 3.4.2 for FTPS connections. Turning back to use FTP helped me.
Just in case that somebody has similar problem.
我遇到了同样的问题,并且错误地选择了错误的协议,我选择了 FTPS,而不是 SFTP,这导致了该问题...使用 FTP 也可以工作。
I had the same problem and by mistake I selected the wrong protocol, instead SFTP I took FTPS, which caused that problem... With FTP it works too.
我有同样的问题。经过大量研究,我找不到解决方案。我尝试了你推荐的所有方法。我只需右键单击文件夹 -> 发布 -> 部署设置,然后单击“更多选项”并将“连接模式”设置为“活动”。这对我有用。
I had same problem. After a lot of researching, i couldn't find a solution. I tried all what you recommended. I just right click in folder->publish->deplyment settings, then click on "more options" and set "Connect Mode" to Active. It worked for me.
有时当服务器磁盘已满时会发生这种情况。值得检查。
Sometimes this happens when the server discs are full. Its worth checking.