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 年前檢視次數 465 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南