Hi,
I recently setup my first droplet, I basically configured it following these two tutorials.
1- Server Setup
I have been SSHing from the terminal and everything works fine. Today I tried to use my FTP client (Transmit) and I realized that since I disabled the root user and because I’m using a user who requires the use of ‘sudo’ this wasn’t going to be possible and I was right, I cannot upload files to folder that outside my user folder.
How is this typically handled?
How can I use my FTP program to upload files to my server?
Do I need to enable the root user?
Can someone be so kind and give me some direction?
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You don’t need to activate root to do that.
In Transmit check these settings: Protocol: choose SFTP Server: your full domain name or IP user name: your sudo username (not root)
Port: only enter somthing here if you changed the default port 22 to something else
Once you start modifying files on your server via Transmit you may run into permission issues. If you do connect via SSH to your server and type this into the command line:
You don’t need to activate root to do that.
In Transmit check these settings: Protocol: choose SFTP Server: your full domain name or IP user name: your sudo username (not root)
Port: only enter somthing here if you changed the default port 22 to something else
Once you start modifying files on your server via Transmit you may run into permission issues. If you do connect via SSH to your server and type this into the command line:
Hi. For those of you, who is still facing the problem with Transmit working with encrypted keys. Maybe, before chowning on the server you’ll find it helpful just to put your passphrase (the local password you chose when encrypted the keys) to the password field of Transmit app. As Transmit app developer recommends here: If you’ve specified an encrypted key for use with this server in your config file, you can leave the key button alone and put the passphrase in Transmit’s password field.
Spent some time… Helped me a lot.
Sugarhill thanks for the additional input. Also, for work related large file transfers I’d take a look at Innorix DS.
@sugarhill chown -R someUser. /some/folder worked fine.
Quick question, I have multiple sites inside the “www” folder (/var/www), do you see a problem if I give a user write access to the entire “www” folder instead of doing one by one?
chown -R demouser. /var/www
Is this good practice?
Thanks
I don’t get this. I had
So Joomla can install files and update configuration. But I also want to be able to add/delete/change files via sFtp. However when I do the other chown than apache cant write and Joomla stops working (instaal,change config, etc).
Thanks a lot.