LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-14-2004, 10:42 PM   #1
ust
Senior Member
 
Registered: Mar 2003
Location: fasdf
Distribution: Debian / Suse /RHEL
Posts: 1,130

Rep: Reputation: 31
start ftp server


my system has ftp installed , but can't run the ftp server so remote host can't ftp to my hosts, how to start it ? thx

# rpm -qa |grep ftp
ftp-0.17-17
gftp-2.0.14-2
tftp-0.32-4
lftp-2.6.3-5
vsftpd-1.2.1-3
 
Old 09-14-2004, 10:48 PM   #2
sausagejohnson
Member
 
Registered: Mar 2004
Location: Canberra Area, Australia
Distribution: Kubuntu
Posts: 242

Rep: Reputation: 30
The first listings are ftp clients. vsftpd is the server. Start is with:

service vsftpd start

However you might need extra configuration to get it working right. Learn about it by typing:

info vsftpd

or

man vsftpd
 
Old 09-14-2004, 11:01 PM   #3
ust
Senior Member
 
Registered: Mar 2003
Location: fasdf
Distribution: Debian / Suse /RHEL
Posts: 1,130

Original Poster
Rep: Reputation: 31
thx sausagejohnson ,

it works now , i can run it already,
but one more queston, I have added it to my startup script , I can't use the ftp server since the system reboot , could suggest what is wrong ? thx.


# find / -name vsftpd
/usr/sbin/vsftpd
/var/lock/subsys/vsftpd
/etc/rc.d/init.d/vsftpd
/etc/pam.d/vsftpd
/etc/vsftpd
 
Old 09-14-2004, 11:08 PM   #4
sausagejohnson
Member
 
Registered: Mar 2004
Location: Canberra Area, Australia
Distribution: Kubuntu
Posts: 242

Rep: Reputation: 30
Can you issue "service vsftpd start" again? If it works, then use the GUI tool:

(I only know how to get there with KDE)...

K Menu | System Settings | Server Settings | Services

Switch on vsftpd under both Runlevel 3 and 5. This will make them startup at boot time. You might also have to turn on inetd as well.
 
Old 09-15-2004, 11:50 AM   #5
jdelaros1
LQ Newbie
 
Registered: Sep 2003
Location: Austin, TX USA
Distribution: Fedora 1.0, 2.0 & SuSE 9.2
Posts: 20

Rep: Reputation: 0
You are not going to see a ftp daemon because ftp runs through the inetd daemon. I'm pretty sure you can't use "service vsftpd start".

So, to enable ftp, cd to /etc/xinetd.d and look for the file vsftpd. Open it, and make sure the line "disabled" is set to no. When you install the vsftpd daemon, this line is set by default to "yes". Save the file, and then send a HUP signal to the inetd daemon:

$ kill -HUP <pid of inetd daemon>

Note: Please note that ftp is not secure, your passwords will be transmitted across the network unencrypted. You should instead use sftp (part of SSH package).
 
  


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
How to start and run FTP server?? zaoka Linux - General 4 07-30-2005 05:01 PM
FTP Server Up and running... how do I hide ftp users from local login screen? joe1031 Mandriva 2 03-18-2005 04:24 PM
How do I start FTP server? imsam Linux - Newbie 3 11-29-2004 10:48 AM
how can I restrict ftp users listing files from a pure-ftp server adrianmak Linux - Networking 2 12-31-2002 08:23 AM
How do I start the ftp server on RedHat 7.1? cyanide Linux - Newbie 1 10-26-2001 03:06 AM

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

All times are GMT -5. The time now is 02:22 PM.

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