Skip to content

How i can connect tp ftp root?

0

When i try to connect ftp i cant add files Premission denied

3 Answers
0

I think you will find the following process usefull:
https://ubuntu.com/server/docs/set-up-an-ftp-server

On the AWS side, you will need to allow FTP in the Security Group -- this is TCP port 21.

That said, understand that FTP is not a secure protocol..

You would be better off using SFTP or SCP to transfer files.
https://www.geeksforgeeks.org/scp-command-in-linux-with-examples/

For this you would TCP port 22, preferably only to the IP address that you will be transferring from and not to the whole internet.

Hope this helps!

AWS
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
  • I will try to do it, thanks you for the answer

  • Sorry, this is not what I was looking for. I'm looking for a way to grant permissions to a directory for the ubuntu user (maybe I missed something in the article)

0

If it's related to pem or ppk then you need to give permission. sudo chmod 400 filename

answered 2 years ago
0

No, I need to make it so that when connecting from an ubuntu account I can edit and upload any files

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.