FTP user name & password not work when using FileZilla

1

when I try to log in to FileZilla by using credentials that I created in FTP in an EC2/Lightsail (Ubuntu) instance, it was not connected. otherwise, I use a keypair, it will work.

Please give a reason and give a proper procedure for creating FTP Server by using an EC2/Lightsail.

Thank You in Advance

已提问 1 年前466 查看次数
5 回答
0

which package are you using for ftp on lightsail instance - vsftpd? or another please check the configuration first

for example if the package is vsftpd

Uncomment the line local_enable=YES to allow local users to log in.
Uncomment the line write_enable=YES to allow users to write to the server.
Uncomment the line chroot_local_user=YES to lock users in their home directories.
profile picture
专家
已回答 1 年前
  • i'm using vsftpd package

  • I tried this, but not work :(

0

Did you activate FTP passive mode: see https://support.tigertech.net/filezilla-passive

profile pictureAWS
专家
已回答 1 年前
  • It's already in a passive mode

0

is it necessary for an SSL certificate configure vsftpd?

已回答 1 年前
0

SSL is separate from userid/ password. If you're happy with the working keypair, you can skip this.

profile pictureAWS
专家
已回答 1 年前
0

Thanks for your support.

Actually, I made a mistake when creating an instance. After making some changes in security groups, it works.

已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容