Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Location: United States of America and damn proud of it!
Distribution: Ubuntu
Posts: 457
Rep:
FTP Server Setup
Hello Everyone,
I have RH9 and I have installed the FTP software from the ISO disk, but now, I don't know how to set it up!!
I've never set an FTP server up and I really could use some help.
This is what I did so far. . . I installed the ftp server package from the ISO disk (as stated) and after it was done, it said the package was installed successfully, but where the heck is it? If I look in the vfolder:/start-here.menu/Start Here/Applications/System Settings/Server/ folder, I don't even seen an entry for FTP.
hi ^^
I believe Redhat ships with proftpd as default ?
(beat me if I'm wrong ^^)
In which case you'd probably edit the /etc/proftpd.conf file to fit your needs, or, if you don't wanna read the really _incomplete_ manual you'd use a graphical configuration tool, like gproftpd (http://mange.dynup.net/linux.html)
Is proftpd a graphical tool or command line tool? How do I access it and set it up too?
proftpd is a FTP server daemon, however it does not come with a gui tool. You can take poision's advice and install and use webmin but the proftpd configuration file is pretty straight forward. You can read the docs at www.proftpd.org for more information.
The main default config file will be usually in /etc called proftpd.conf
Location: United States of America and damn proud of it!
Distribution: Ubuntu
Posts: 457
Original Poster
Rep:
Hi Tricky,
I was reading on the Webmin site and I think it's perhaps because FTP hasn't actually been installed yet. I was reading the README file in ftpd and the files are there to be installed but haven't been yet. So, later today, I'll get to work on that. Happy Holidays to you.
For Red Hat 9, the default ftp server is VSFTPD....If you have vsftpd installed, look out for the file /etc/vsftpd/vsftpd.conf and you can configure your system as u want.
If you installed vsftpd from a .rpm file, you can also check if its there or not using the following command
rpm -qa | grep vsftpd
If you do not get any result for the above command then insert the Disk containing the vsftpd rpm file and give the following command
I'm closing this thread as I hadn't noticed til now that you started a whole new thread, basically double posting and starting the same dicussion in more than one forum which is against our rules.
If you wanted this moved to Networking, you should have just asked to have it moved. I felt it was fine here.
Your other thread I noticed you put "URGENT" in big capital letters. First of all, don't do that. Be considerate to all the members here who answer your questions for free in their own spare time.
There is no reason to rush to fix your problem over anyone elses. No question has any type of priority over any one else's.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.