Japes
Japes

Reputation: 265

Where are my files on a new ec2 instance?

I need to install appscale on a fresh AMI instance. I logged in as ec2-user and created a new folder with mkdir ec2.

Now, when i ftp into the server i cannot fine my new folder called ec2. Anyone know where to look?

Thanks

Upvotes: 0

Views: 557

Answers (1)

Sébastien Stormacq
Sébastien Stormacq

Reputation: 14905

ec2-user directory is in /home/ec2-user
Be sure you are using the same user for SSH and FTP.

On a security point of view, I would discourage to use FTP as it is sending password in clear text. SCP is recommended.

Upvotes: 1

Related Questions