LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Pure-FTPd (https://www.linuxquestions.org/questions/linux-newbie-8/pure-ftpd-550977/)

jmw080 05-03-2007 09:56 AM

Pure-FTPd
 
Hi, Im new to this linux and I wanted to setup a ftp server. So I download ftpd and unpacked it. Now Im stuck. I have a folder with a bunch of files and I know I might have to "make" files and install them. If someone could get me started it would be alot of help : ) Im also not using debian cause I dont want to just use the package thing, I would like to learn the commands to do these things.

Thank you,
John

comprookie2000 05-03-2007 12:19 PM

What distro?
cd to the folder you unpacked and it should have a readme or install file.

jmw080 05-03-2007 01:19 PM

Oops forgot to put the distro. Im using slackware. I know there is proftpd but I dont know how to get it to work either, because there are not start commands in the rc.inetd file or any inetd file. I wish I knew what I was doing :( I should just swithc to a debian distro just so i dont have to go through all this trouble lol. When I try to start inetd it tells me no root must specify config file. plz help

General Failure 05-03-2007 01:30 PM

Download a package from one of the slackware mirrors, for example vsftpd or proftpd and install one of these with the installpkg command to get ftp up quick. The packages linked above are for 11.0 btw.

If you want to compile you'll find a readme file in almost every souce archive telling you exactly what to do, as comprookie2000 already mentioned.

You'll come to the point where you really need or want to compile something when using slackware for a while, believe me :D

And there's probably easier things to compile for the first time than an ftp program...

Nevertheless, congrulations for your fine choice of a distro :D

jmw080 05-03-2007 01:43 PM

One more question I have now installed but what do I do to run it. HaHa. Im so lost. I < all :(

General Failure 05-03-2007 01:52 PM

:D

Now you have some script like rc.xyftpd in your /etc/rc.d directory. Make that executable, you need to be root for that. Now the server will be started every time your box boots. You can revert that by making the file not executable anymore.

To finish the installation, you'll have to configure the server. This is done through editing some file prolly named similarly in /etc.

Which package exactly did you install?

jmw080 05-03-2007 02:27 PM

I insalled the proftpd package btw. Im going to try and configure it and make the file executable and see if it all works. I do have the configure file for proftpd, but no file in the rc.d directory that relates to proftpd. Also if I try the command proftpd as root i get

- IPv6 getaddrinfo 'jiangshi.localdomain' error: Name or service not known
localhost - fatal: Socket operation on non-socket


All times are GMT -5. The time now is 01:53 PM.