View Single Post
  #2   (View Single Post)  
Old 14th January 2013
ershiba ershiba is offline
Loading, please wait...
 
Join Date: Dec 2012
Posts: 34
Default

i did the following, but i still need you guys advices,
Code:
$ cd /var/www
$ sudo mkdir website-abc
$ cd htdocs
$ sudo ln -s ../website-abc abc
$ cd /var/www
$ sudo chown -R oem website-abc
$ cd ~
$ sudo ln -s /var/www/website-abc abc
so, when i ftp into, i go to ftp://192.168.56.200/abc/
then i would able to upload every files,

it seems working, but is it fine ( in terms of security & logic ) to set this in such a way?
Reply With Quote