LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-07-2004, 03:36 AM   #1
xone
LQ Newbie
 
Registered: Mar 2004
Posts: 29

Rep: Reputation: 15
changing default directory on "vsftp" server


Hi Everybody,

I am trying to change my defualt directory from /ver/ftp to something else on my vsftp server. It is not working at all. I don't know which files to configure. I've checked the /etc/vsftpd/vsftpd.conf file but could not find anything in there that would help me. I've also tried to create a hard link from that directory to a different one ant it says that it is not allowed to create a link from that directory to where I wanted. I really don't know what can be done here?

Thank you,

xone
 
Old 04-07-2004, 04:17 AM   #2
nleroux
LQ Newbie
 
Registered: Apr 2004
Posts: 3

Rep: Reputation: 0
Hi,

To change your ftp root directory, as root, edit /etc/vsftpd/vsftpd.conf and add the following line:

local_root=/opt

This will change the ftp root to /opt, but this can be whatever you feel like.
Save the file and be sure to restart xinetd (not sure if this is necessary, but no harm doing so).

HTH

Nardus
 
Old 04-07-2004, 06:58 AM   #3
xone
LQ Newbie
 
Registered: Mar 2004
Posts: 29

Original Poster
Rep: Reputation: 15
After I added that line I get a message saying: A connection was refused when attemting to contact ------- name of the server

?
 
Old 04-08-2004, 05:03 AM   #4
nleroux
LQ Newbie
 
Registered: Apr 2004
Posts: 3

Rep: Reputation: 0
Hi add the follwoing lines to vsftpd.conf and restart vsftpd afterwards:

local_enable=YES
pam_service_name=vsftpd
userlist_enable=YES
listen=YES
tcp_wrappers=YES
local_root=/opt

This works for me when logging in as normal user via ftp.
 
Old 01-07-2014, 02:07 PM   #5
lfsuser
LQ Newbie
 
Registered: Nov 2007
Posts: 6

Rep: Reputation: 1
change the ftp user directory to...

to change the default login directory for vsftpd, change the ftp user home directory in /etc/passwd:
ftp:x:116:116:vsftpd daemon:/var/vsftpd:/bin/false

The ftp user (userID=116) home directory changed to /var/vsftpd
This will allow the default/anonymous/unknown user to land into a specific place(/var/vsftpd).

I use this feature to lock down the ftp daemon to a read-only area with a set of general files available for upload. I also have a special directory (/var/vsftpd/upload) which is writeable but not delete-capable. That way, someone can send up a file for share but only I, the site administrator can move/change/delete it.

Hope this helps.
 
Old 03-09-2018, 06:00 PM   #6
tvogamingyt
LQ Newbie
 
Registered: Mar 2018
Posts: 2

Rep: Reputation: Disabled
Change Home Root Directory on vsftpd 3.0.3 [SOLVED]

Hello,
a couple weeks ago I was trying to change home directory for a ubuntu vsftpd server, then with a little tinkering I figured how to do it

In the terminal type

sudo nano /etc/vsftpd.conf

then scroll to the bottom and add the lines

tcp_wrappers=YES
local_root="Enter DIrectory path ex: /etc/defaults"

don't change anything else, finally type

sudo service vsftpd restart

Using these steps worked for me and i hope it works for you too.

Last edited by tvogamingyt; 03-11-2018 at 05:55 PM.
 
Old 03-09-2018, 06:35 PM   #7
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,269
Blog Entries: 24

Rep: Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206
Welcome to LQ!

You have replied to a long dormant thread. It is better to start your own thread with your own description to attract the attention of current members with currently applicable advice.

Also,...

Quote:
Originally Posted by tvogamingyt View Post
then scroll to the bottom and add the lines

tcp_wrappers=YES
local_root=YES

don't change anything else...
Is not a valid vsftpd configuration and may potentially leave your system vulnerable to exploit due to an invalid local root directory, which may override any previously given location in the config file. I would advise yourself and others to read man vsftpd.conf and think more clearly about how their vsftp access is configured, with security in mind.

Last edited by astrogeek; 03-09-2018 at 06:45 PM. Reason: typo
 
Old 03-11-2018, 05:54 PM   #8
tvogamingyt
LQ Newbie
 
Registered: Mar 2018
Posts: 2

Rep: Reputation: Disabled
Red face REPLY

Sincerest Apologies,
I have made a mistake

in the .conf file add

tcp_wrappers=YES
local_root=/home/User

Replace /home/user with your directory
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"bad interpreter : no such file or directory" when configure "flex" acer_peri Linux - Software 10 11-10-2010 01:19 AM
Getting error: "ALSA device "default" is already in use by another program." brynjarh Debian 7 02-04-2005 11:45 AM
Kdevelop: Changing my programs default "make install" dir DeTHZiT Programming 0 09-26-2004 01:06 PM
Authenticating to Samba share using "Active Directory Server" hlslaughter Linux - Software 36 07-23-2004 10:59 AM
i just finished typing "./configure" and "make" in mplayer directory... kublador Linux - General 4 02-22-2003 03:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration