Results 1 to 8 of 8
hi,
i have tried this post in suse section but did not get a reply so i will try it here.
I am trying to use my computer as a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-16-2005 #1Linux Newbie
- Join Date
- Jan 2005
- Location
- USA
- Posts
- 102
SETTING UP A FTP
hi,
i have tried this post in suse section but did not get a reply so i will try it here.
I am trying to use my computer as a server and would like to set up a ftp,so i will be able to post some of my documents online. I dont know anything about setting up ftps so i am hoping that this post will get alot of good replys.
Plese tell me or post some links that will help me set up my ftp.
Your help is really appreciated
- 07-17-2005 #2Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
Check out this application called gproftpd which is basically a GTK2 frontend to the very powerful proftpd ftp server.

http://mange.dynup.net/linux.html
- 07-17-2005 #3Linux Newbie
- Join Date
- Jan 2005
- Location
- USA
- Posts
- 102
slip thanks for the reply,
i downloaded and installed the GProFTPD rpm but cant find it. any idea where it might be?
- 07-17-2005 #4Linux Newbie
- Join Date
- Jun 2005
- Location
- Whitstable, Kent, England
- Posts
- 136
I always use vsftpd (very secure ftp deamon) as it has a fairly simple config file which won't take too long to customise. It is started from within xinetd.
The biggest security threat is the user.
- 07-17-2005 #5Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
On my system its /usr/bin/gproftpd as root do
Originally Posted by linexpert and it will find it for you.Code:updatedb && locate gproftpd
- 07-18-2005 #6Linux Newbie
- Join Date
- Jan 2005
- Location
- USA
- Posts
- 102
would someone please post step by step instructions on what i have to do to successfully set up a tp from my computer. i am a noob as you can tell.
thanks
- 07-18-2005 #7Linux User
- Join Date
- Jul 2005
- Posts
- 369
id follow this guide at http://www.vsftpdrocks.org/ for vsftpd.
- 07-18-2005 #8Just Joined!
- Join Date
- Jul 2005
- Posts
- 1
Vsftpd daemon
Also note that for vsftpd, you don't have to set up or use xinetd, you can just use it as a stand-alone program. In fact, it looks like that maker of vsftpd is suggesting you do that. So all you have to do is this:
1.) Download vsftpd-whatever.tar.gz.
2.) # tar -xzpf vsftpd-whatever.tar.gz
3.) # cd vsftpd-whatever
4.) Read the INSTALL file, it's not very long and not hard to follow at all.


Reply With Quote
