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?
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
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
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?
Summary: I am using a script to send files to a box through FTP. and i am trying to avoid establishing connection to FTP multiple times once for each file. so starting FTP as a co-process at the background and...
Summary: I'm developing a FTP script to send some files to another one FTP server. That FTP server is 128 bit SSL enabled. While trying to login to the system, I'm getting the following error: ftp> open ftp.sa...
Summary: Hi, How to write a background deamon running every 4 hrs, on the following command "ntpdate ". Also, pipe the output to a specified file/directory. This function will act as synchronization of my syst...