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年前
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ