How can i connect to my ec2 instance through filezilla..?
thanks
|
How can i connect to my ec2 instance through filezilla..? thanks
| |||||
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
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. | |||
|
feedback
|