Upload my files using filezilla
I am new to Linode and to vps servers.
I have succefully create a new Drupal website on my server (Ubuntu 10.10) and now I need to upload files to it.
I normally use filezilla and didnt figure the way to make this connection.
I have tried to read this article:
But didnt figure how it's helping me here.
Help will be grate cause I have aldo search the way and didnt find out.
4 Replies
@Amirtaiar:
Hello,
I am new to Linode and to vps servers.
I have succefully create a new Drupal website on my server (Ubuntu 10.10) and now I need to upload files to it.
I normally use filezilla and didnt figure the way to make this connection.
I have tried to read this article:
http://library.linode.com/using-linux/users-and-groups But didnt figure how it's helping me here.
Help will be grate cause I have aldo search the way and didnt find out.
Set filezilla to sftp and log in using some account that you've created which has access to the directory structure for the site.
@hawk7000:
Set filezilla to sftp and log in using some account that you've created which has access to the directory structure for the site.
I have created a user "peima" and it automatically set i to /home
What I didnt find out is how to relate this user to /srv/www/peimaclinic.co.il
Thank you
create user - adduser username –home /srv/www/domain.com
chown username:groupname /srv/www/domain.com
@Amirtaiar:
OK, I have got it
create user - adduser username –home /srv/www/domain.com
chown username:groupname /srv/www/domain.com
Is that the right way to do so?