IntelliJ Java IDE
The moose likes Linux / UNIX and the fly likes How to start ftp server on Mandrake Linux? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "How to start ftp server on Mandrake Linux?" Watch "How to start ftp server on Mandrake Linux?" New topic
Author

How to start ftp server on Mandrake Linux?

Bruce Jin
Ranch Hand

Joined: Sep 20, 2001
Posts: 664
There is a /usr/sbin/in.ftpd on my system. This seems indicate that I have ftp. How do I start ftp server? I don’t see a /etc/inetd.conf file on my box.
When I try to ftp to my Linux, I get connection refused message. I can always ping my Linux though.
Thanks


BJ - SCJP and SCWCD
We love Java programming. It is contagious, very cool, and lot of fun. - Peter Coad, Java Design

Crazy Bikes created by m-Power
Guy Allard
Ranch Hand

Joined: Nov 24, 2000
Posts: 776
Hi Bruce - The MD distro probably comes with xinetd, not inetd. Check for the file /etc/xinetd.conf. Then look in the directory /etc/xinetd.d. See the man pages for details on all that.
When you get an ftp daemon up and running, remember that (by default) you cannot use the 'root' userid. FTP (by default) does not allow this, becuase the protocol puts the password on the wire in clear.
The 'connection refused' message could mean the daemon was not running but it could also mean your wall is rejecting/dropping those IP packets. As a last resort, check your wall configuration.
Hope this gets you started.
Regards, Guy
[ February 14, 2002: Message edited by: Guy Allard ]
Bruce Jin
Ranch Hand

Joined: Sep 20, 2001
Posts: 664
Thanks Guy!
I installed a few things from CD and now I can ftp from other PCs. I think the job is proftpd.
Bruce
 
 
subject: How to start ftp server on Mandrake Linux?
 
Threads others viewed
Linux ftp home folder
to upload a file to a remote server on the network
generate a text file in another server ??
FTP server
FTP the files
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com