LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This 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

Closed Thread
 
LinkBack Search this Thread
Old 12-22-2003, 03:56 PM   #1
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Ubuntu
Posts: 457

Rep: Reputation: 30
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.

Any help would be appreciaited. Thanks.
 
Old 12-22-2003, 05:01 PM   #2
poison
Member
 
Registered: Dec 2003
Location: Layer 7 =D
Distribution: Slackware, LFS, Rock Linux
Posts: 165

Rep: Reputation: 30
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)
 
Old 12-22-2003, 05:08 PM   #3
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Ubuntu
Posts: 457

Original Poster
Rep: Reputation: 30
Hi Poison,

Is proftpd a graphical tool or command line tool? How do I access it and set it up too?
 
Old 12-22-2003, 05:08 PM   #4
timdsmith
Member
 
Registered: Nov 2003
Location: The Colony, TX
Distribution: Slackware, Debian Etch, FreeBSD, MicroSh*t free.
Posts: 209

Rep: Reputation: 30
Since you've never set one up before...Just to get it running, you can get it set up fairly easilly with Webmin
http://www.webmin.com
 
Old 12-22-2003, 05:23 PM   #5
trickykid
Guru
 
Registered: Jan 2001
Posts: 24,121

Rep: Reputation: 121Reputation: 121
Quote:
Originally posted by scottpioso
Hi Poison,

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
 
Old 12-22-2003, 05:25 PM   #6
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Ubuntu
Posts: 457

Original Poster
Rep: Reputation: 30
hmm, well, actually that file is not in /etc nor do I find it by searching for it either.
 
Old 12-22-2003, 05:32 PM   #7
trickykid
Guru
 
Registered: Jan 2001
Posts: 24,121

Rep: Reputation: 121Reputation: 121
Quote:
Originally posted by scottpioso
hmm, well, actually that file is not in /etc nor do I find it by searching for it either.
You might have wu-ftpd installed then as that is usually the default for Redhat.
 
Old 12-22-2003, 05:38 PM   #8
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Ubuntu
Posts: 457

Original Poster
Rep: Reputation: 30
nope nothing there either. . .
 
Old 12-23-2003, 09:27 AM   #9
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Ubuntu
Posts: 457

Original Poster
Rep: Reputation: 30
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.
 
Old 12-23-2003, 11:09 AM   #10
coolamit78
Member
 
Registered: Aug 2003
Location: New Delhi, India
Distribution: RHEL AS 3/4, Windows XP
Posts: 546

Rep: Reputation: 31
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

rpm -Uvh vsftpd-*

Then as root, type

service vsftpd start

Now you will have your ftp server up and running.

Regards,

amit
 
Old 12-23-2003, 11:12 AM   #11
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Ubuntu
Posts: 457

Original Poster
Rep: Reputation: 30
Hi Amit,

Sorry, I misspoke. I can find it but it's not installed. I'll have to read the README to get it installed. Thanks.

Last edited by scottpioso; 12-23-2003 at 11:21 AM.
 
Old 12-23-2003, 11:25 AM   #12
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Ubuntu
Posts: 457

Original Poster
Rep: Reputation: 30
I'm getting this error when I try to run it from the GUI interface. Damn. I'm confused right now.

WU-FTPD Server

The FTP server /usr/sbin/in.ftpd could not be found on your system. Maybe it is not installed, or your FTP Server module configuration is incorrect.
 
Old 12-23-2003, 11:38 AM   #13
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Ubuntu
Posts: 457

Original Poster
Rep: Reputation: 30
Also can I use this with VSFTPD or does it have to be with FTPD only?
 
Old 12-24-2003, 02:37 PM   #14
trickykid
Guru
 
Registered: Jan 2001
Posts: 24,121

Rep: Reputation: 121Reputation: 121
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.

The other thread can be found here: http://www.linuxquestions.org/questi...hreadid=128414

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.

If you feel that you disagree, feel free to email me, if not, I'd like you to review our rules here: http://www.linuxquestions.org/rules.php and to also read this sticky in this forum here: http://www.linuxquestions.org/questi...hreadid=103564

Regards.
 
  


Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FTP Server Setup carlosinfl Linux - Networking 8 06-29-2005 09:50 AM
setup mailserver/web server/ftp server hariiyer Linux - Networking 1 11-27-2004 01:16 AM
Setup a linux server, DNS, WEB, FTP, and Mail Server Help watermelon_lee Linux - Networking 1 08-26-2003 03:09 AM
FTP server setup Anget_Preacher Linux - Newbie 3 10-29-2002 10:39 AM
How to setup FTP server? gogo Linux - General 1 11-28-2001 02:27 PM


All times are GMT -5. The time now is 07:33 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration