LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to set up ftp server (https://www.linuxquestions.org/questions/linux-software-2/how-to-set-up-ftp-server-74541/)

scialom 07-21-2003 06:55 AM

How to set up ftp server
 
Hi,

I am new to the Linux - but I find it very interesting.

My question is how to set up a new ftp server on Suse machine.

Thanks,
Assaf

MasterC 07-21-2003 07:03 AM

Welcome to LQ :)

Funny you should ask ;)

http://www.linuxquestions.org/questi...ticle&artid=17

Cool

scialom 07-21-2003 09:22 AM

Hi,

Thanks for that. It is really good tutorial. I have only one problem when I try to login:
ftp localhost

I type root as a username or my username and both are denied, so I can login.

Why?

Thanks again,
Assaf

DrOzz 07-21-2003 10:31 AM

did you follow steps 6 and 7?
re-examine that part of the tutorial.

scialom 07-22-2003 05:42 AM

Thanks!
It took me some time but I make it...

MasterC 07-22-2003 05:51 AM

he he he, :D Are you suggesting I'm long winded and should get to the point sooner? ;)

I wanted to really cover a lot of ground with that so anyone with nearly zero linux knowledge could follow it and successfully setup and FTP server.

Did it help, or was it too long and you found something easier to follow or what?

Glad you got it working either way.

Cool

scialom 07-22-2003 06:00 AM

It is a very good tutorial!!

It took me time cause I had to find the root password...

MasterC 07-22-2003 06:13 AM

Great! I'm glad to hear it :)

Cool

scialom 07-24-2003 04:34 AM

Just another small question:

How do I start it automatically when I start the Linux machine?

Thanks,
Assaf

MasterC 07-24-2003 05:04 AM

Depends on how your system is setup. Most of the time you can place the path to the executable in rc.local which is usually located in /etc or /etc/rc.d Do a:
locate rc.local
To see if one exists on your distro.

Other options are if you are running it from inetd or xinetd then it should be starting automatically as those are the SuperServer daemons started 'normally' during bootup, and they launch child processes of your FTP server.

HTH

Cool


All times are GMT -5. The time now is 04:43 PM.