Hi Satya, run* grep -i '/var/ftp/pub' /etc/vsftpd.conf* to know which line to edit
run *vi /etc/vsftpd.conf * to edit file with vi for annonymous user it will be like *anon_root='/var/ftp/pub' * set it to your desired value i.e. *anon_root='/home/ram/ftpdir'* take care about the permissions set to user ftpd for the newly set directory to ensure that uploading to the server and downloading from the server works HTH Thanks, Saroj On Sun, Sep 16, 2012 at 12:37 PM, Satya Maharjan <[email protected]>wrote: > I created a ftp server and its default location was /var/ftp/pub. But i > only have 50GB size in root directory and 500GB free in home directory. I > need to upload more than 50GB so i need to change the default location of > ftp from root to home. Please any one suggest me some idea for that. Im > using centos 6. > > -- > FOSS Nepal mailing list: [email protected] > http://groups.google.com/group/foss-nepal > To unsubscribe, e-mail: [email protected] > > Mailing List Guidelines: > http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines > Community website: http://www.fossnepal.org/ > -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
