Computing.Net > Forums > Unix > how to start ftp deamon?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to start ftp deamon?

Reply to Message Icon

Name: Dave
Date: August 21, 2002 at 04:42:10 Pacific
Comment:

is there anyone who can tell me how to start a ftp-deamon?
I think it's been installed on the unix server but I can't manage to get it started
Please help me it's urgent



Sponsored Link
Ads by Google

Response Number 1
Name: dave
Date: August 21, 2002 at 05:13:18 Pacific
Reply:

How do i start my ftp server on my unix machine?
What do i have to do?


0

Response Number 2
Name: dave
Date: August 21, 2002 at 06:12:47 Pacific
Reply:

isn't there anyone who wants to help me??


0

Response Number 3
Name: Frank
Date: August 21, 2002 at 08:35:21 Pacific
Reply:

Dave,

it depends on your Unix kind.
In AIX you would use "startsrc -s ftpd"
on some other versions you have to send the HUP signal to the inetd.

Also make sure that the ftpd is configured correctly.
e.g.
ftp stream tcp nowait root /usr/sbin/in.ftpd in.ftpd

A lot of administrative task depends on the plattform you are using.
Thats the reason why on the previous page was a readme which told you to specify your OS.

Ok I know reading is not so nice, but it can help.... sometimes :-))

No RISK no fun
Frank


0

Response Number 4
Name: dave
Date: August 22, 2002 at 07:09:09 Pacific
Reply:

the oS is Unix SCO 5.1


0

Response Number 5
Name: Frank
Date: August 22, 2002 at 08:54:37 Pacific
Reply:

Dave,

check that the ftpd is configured in /etc/inetd.conf

Entry should be:
ftp stream tcp nowait root /usr/sbin/in.ftpd in.ftpd

You can restart the ftpd with an
ps -ef |grep inetd

kill -HUP PID_of_inetd

But this should only be nessecary if you have to edit the /etc/inetd.conf


Check if your user id is listet in /etc/ftpuser.
If yes ask your system admin to remove the entry.

No RISK no fun
Frank


0

Related Posts

See More



Response Number 6
Name: dave
Date: September 23, 2002 at 06:02:10 Pacific
Reply:

How do I start the deamon after I killed it?
How can I check if my ftp is installed correctly and if it's not how can I install it?


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: how to start ftp deamon?

How to control FTP timeout? www.computing.net/answers/unix/how-to-control-ftp-timeout/5397.html

How to do FTP thru' 128 bit SSL? www.computing.net/answers/unix/how-to-do-ftp-thru-128-bit-ssl/7265.html

How to create background deamon on www.computing.net/answers/unix/how-to-create-background-deamon-on-/4716.html