- Newest
- Most votes
- Most comments
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!
If it's related to pem or ppk then you need to give permission. sudo chmod 400 filename
Can i give a premission to upload files in derectory?
No, I need to make it so that when connecting from an ubuntu account I can edit and upload any files
Relevant content
- asked 2 years ago
- asked 3 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)