Pedro Magalhaes
Pedro Magalhaes

Reputation: 55

FTP Creating a new user in AWS

I have installed an instance in Amazon AWS with Bitnami Wordpress.

I need to create a user to be accessed via ftp, however, without having to use amazon's sftp.

Can someone help me create a ftp user and direct it to /home/bitnami/apps/wordpress.

Upvotes: 0

Views: 1063

Answers (1)

Juan Ariza
Juan Ariza

Reputation: 1058

There is already a FTP server in the Bitnami AMI and you can connect via SFTP to your server as described in the guide below:

https://docs.bitnami.com/aws/faq/#how-to-upload-files-to-the-server-with-sftp

You can find more information about the Bitnami WP AMI at the link below: https://docs.bitnami.com/aws/apps/wordpress/

Upvotes: 1

Related Questions