I need to install appscale on a fresh AMI instance. I logged in as ec2-user and created a new folder with mkdir ec2.
我需要在新的AMI实例上安装appscale。我以ec2-user身份登录并使用mkdir ec2创建了一个新文件夹。
Now, when i ftp into the server i cannot fine my new folder called ec2. Anyone know where to look?
现在,当我进入服务器时,我无法使用名为ec2的新文件夹。谁知道在哪里看?
Thanks
谢谢
1 个解决方案
#1
1
ec2-user
directory is in /home/ec2-user
Be sure you are using the same user for SSH and FTP.
ec2-user目录位于/ home / ec2-user确保您使用相同的用户进行SSH和FTP。
On a security point of view, I would discourage to use FTP as it is sending password in clear text. SCP is recommended.
从安全角度来看,我不鼓励使用FTP,因为它以明文形式发送密码。 SCP被推荐。
#1
1
ec2-user
directory is in /home/ec2-user
Be sure you are using the same user for SSH and FTP.
ec2-user目录位于/ home / ec2-user确保您使用相同的用户进行SSH和FTP。
On a security point of view, I would discourage to use FTP as it is sending password in clear text. SCP is recommended.
从安全角度来看,我不鼓励使用FTP,因为它以明文形式发送密码。 SCP被推荐。