Results 1 to 2 of 2
I want to setup a FTP Server that people can upload log files to a directory so we can examine them.
I am new to this and have never setup ...
- 02-17-2008 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 3
VSFTP Help Howto
I want to setup a FTP Server that people can upload log files to a directory so we can examine them.
I am new to this and have never setup an FTP Server previously. Looks quite straight forward but I have one issue.
We have a dedicated server that we run Suse with about half a dozen domains web hosting using the same two statis IPs that we have.
The issue is how to do I setup VSFTP to only run on a subdomain such as data.domain.com and only upload to a specific folder that does not allow anyone else to go outside of it?
- 02-18-2008 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 3
man vsftpd.conf
The vsftpd.conf is documented very well also.
In standalone mode you can set the listen_address to the IP that is hosting the subdomain or you can configure xinetd to bind to the address.


Reply With Quote