How can i connect to my ec2 instance through filezilla..?
thanks
|
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.
|
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. |
|||||||||
|