LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 06-26-2007, 09:29 PM   #1
vankaizer
LQ Newbie
 
Registered: Jun 2007
Posts: 3

Rep: Reputation: 0
how to create a ftp server with linux (mandrake/mandriva)


i'm a total n00b with linux although i've been reading and getting some info on how to get things done, i told myself i'd give a try asking maybe you guys know an easier way around this.

the set up of the place is, there's a linux server, and then the workstations connect there. here's what i found out. (tweakhound)



but my problem is, i want to turn the server into an FTP server, yes, i'm using static isp (provided by my isp of course) i just dont know where to get started.

thanks guys.
 
Old 06-26-2007, 10:11 PM   #2
wildar
Member
 
Registered: Jan 2007
Distribution: Mandriva 2008, Mandrake 2005, Ubuntu 8.04.1
Posts: 239

Rep: Reputation: 30
First you need to install the FTP server package. There are a number of different brands of FTP server programs to choose from: ProFTP, WU-FTP, Pure-FTP, just to name a few. My personal preference is ProFTP.

There are couple of ways to install the package. One way is via the GUI using Software Management portion of the Mandriva Control Center. Once you get to the package manager, search for ftpd and pick the ftp server you want to install.

Another method is via command line using (as root) urpmi command. As an example, to install ProFTP using urpmi, the command would look like this:
Code:
# urpmi proftpd

Once the FTP server package is installed, you'll need to start the deamon. In the case of ProFTP, the package will install an executable file in the /etc/rc.d/init.d/ directory called, proftpd. From command line as root, do
Code:
# /etc/rc.d/init.d/proftpd start
Here's the list of options that go with proftpd: {start|stop|status|restart|condrestart|reload|resume|suspend} [time]

After you start the deamon, test it with "$ ftp localhost" command. Log in and there ya go.

Good luck.
 
Old 06-26-2007, 10:34 PM   #3
vankaizer
LQ Newbie
 
Registered: Jun 2007
Posts: 3

Original Poster
Rep: Reputation: 0
i found this out >> http://www.tweakhound.com/mdk9/mdk9net.htm

also, one last annoying question, will the free version of mandriva be able to host an FTP server and "serve" as a server for the windows workstation, the download descriptions is driving me insane.



@wildar

http://www.proftpd.org/

being an FTP noob again, once i set this up, i can create multiple user accounts and access-levels right?
 
Old 06-26-2007, 11:27 PM   #4
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
That is an old article. A lot has changed in Linux since Mandrake 9.x was current. Are you using that release? If you are, you will be best served to upgrade to a newer release if for no other reason than to be able to get security updates. The current version is Mandriva 2007.1 (Spring) (Mandrake became Mandriva when they merged with Conectiva). There is nothing to keep any distribution from being used as a server. The biggest difference between a desktop distribution and a server distribution is the desktop distribution will have the GUI stuff, and the server may not because the GUI is usually not used for a server.

HTH,
 
Old 06-27-2007, 01:24 AM   #5
vankaizer
LQ Newbie
 
Registered: Jun 2007
Posts: 3

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ernie
That is an old article. A lot has changed in Linux since Mandrake 9.x was current. Are you using that release? If you are, you will be best served to upgrade to a newer release if for no other reason than to be able to get security updates. The current version is Mandriva 2007.1 (Spring) (Mandrake became Mandriva when they merged with Conectiva). There is nothing to keep any distribution from being used as a server. The biggest difference between a desktop distribution and a server distribution is the desktop distribution will have the GUI stuff, and the server may not because the GUI is usually not used for a server.

HTH,
so i can use the "free" version of mandriva as an FTP server. i just want to get things confirmed, its being an hair pulling adventure.
 
Old 06-27-2007, 01:56 PM   #6
MoMule
Member
 
Registered: Jul 2006
Posts: 134

Rep: Reputation: 15
If you are looking to just get something up and working, then take a look at this link:

http://www.linuxquestions.org/questi...d.php?t=555897

OOPS - Try this link instead:
http://www.linuxquestions.org/questi...d.php?t=559736

...check out the proftp section in particular.

Deion "Mule" Christopher

Last edited by MoMule; 06-27-2007 at 01:59 PM.
 
Old 06-27-2007, 02:42 PM   #7
wildar
Member
 
Registered: Jan 2007
Distribution: Mandriva 2008, Mandrake 2005, Ubuntu 8.04.1
Posts: 239

Rep: Reputation: 30
Yes, you can run ftp server (along with a lot of other server programs, i.e. telnet, ssh, web) with any of the Mandrake/Mandriva distros.

By default, ProFTP will use the local system accounts for log in. In other words, you should have made at least 1 user account during OS install. You can use that account name and password to log into ProFTP and end up in the /home/<username> directory.

If you want it to accept anonymous log ins, you'll have to do some configuration.
 
  


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 Create FTP Server On Fedora Core 6? aaron4katie Linux - Networking 7 01-03-2007 03:28 AM
How to create FTP server/client the easiest way using command-line? mus1402 Linux - Networking 1 02-08-2006 06:16 AM
create ftp user for vsftpd server without home directory cccc Linux - Networking 2 07-30-2005 06:32 AM
Problems Installing Mandriva Via Home Nsf Server (or ftp) nonsense28sal Mandriva 1 07-11-2005 02:23 PM
how to create an ftp server in FC3 msalimane Fedora 3 01-18-2005 07:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 11:06 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