Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can i connect to my ec2 instance through filezilla..?

thanks

share|improve this question
see lzw-programmingjourney.blogspot.com/2011/12/… for details. – user1120458 Dec 29 '11 at 4:37

closed as off topic by casperOne Dec 29 '11 at 23:18

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 4 down vote accepted

You have to open the proper ports (probably 21) on the security group you used to launch your instance. After that, you have to open that port on the instance as well if it's not already open.

share|improve this answer
How does one do that? – Llewellyn1411 Feb 3 at 6:57
Which one? Open the instance port (by editing your firewall rules) or edit the security group? – Gyuri Feb 5 at 1:16
Open the port by editing the firewall rules? – Llewellyn1411 Feb 12 at 6:58
That depends on the OS and the firewall software used. I guess, by now there is a lot of stuff about filezilla on Serverfault, for example: serverfault.com/questions/267193/… – Gyuri Feb 14 at 19:18

Not the answer you're looking for? Browse other questions tagged or ask your own question.