Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aptana opening file for write failed

Tags:

aptana

I get the error "opening file for write failed" every time I try to upload a file. I am running OS X Lion on my Mac. Does anyone have any idea how to fix this error. I can't find a fix anywhere online. Thanks.

like image 301
sehummel Avatar asked Feb 04 '26 06:02

sehummel


2 Answers

I had the same problem on my Windows machine with Eclipse and the Aptana 3 Plugin. Turning off the Windows Firewall resolved it immediately!

like image 126
MonsJovis Avatar answered Feb 13 '26 09:02

MonsJovis


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

like image 34
Mike O.O. Avatar answered Feb 13 '26 10:02

Mike O.O.