Ask a Question related to UNIX Programming, Design and Development.
-
David Schwartz #1
Re: How to start FTP service on my unix box......
"Prakash Heda" <heda_prakash@hotmail.com> wrote in message
news:34c7d09c.0307092302.7c8837ed@posting.google.c om...
There is no one way to do this. It will depend upon your platform and,> Hi Guys,
>
> I can connect ftp from my unix machine but from other machines when i
> try to ftp to my machine it fails with message 'connection refuses'
>
> I am new to unix and don't know how to enable FTP service on a fresh
> installed box. I am having root login to do my job.
>
> Appriciate if anybody point me a link if installation required for
> FTP, or thwe process to enable??
in some cases, distribution. It could also depend upon exactly what startup
scripts you have installed.
DS
David Schwartz Guest
-
Win2000 - CF Service Will Not Start
Hi All. This isn't a question, but a posting to try and save others from the issues I went through trying to fix a problem... Environment:... -
CFMX7 service won't start
I have CFMX 7 developer edition installed on my PC and the Application service fails to start on start up. I also have 3 jrun.exe processes running... -
i want to start an application automatically at boot in unix : Please help urgent !!!
In article <MGN5b.9619$Lk5.4878@newsread3.news.pas.earthlink.net>, Alan Connor <alanconnor@earthlink.net> wrote: -
URGENT : start an application on unix at boot time . Please help....
it is a news application which we start using the command "ant all" in unix as root. but what i really want to do is to check whether the... -
where can find index service module (unix)
i wnat to find index service like ms index service. where can find these document or module?? -
Chuck Dillon #2
Re: How to start FTP service on my unix box......
Prakash Heda wrote:
First, this is off topic in c.u.p. Second it depends on the flavor or> Hi Guys,
>
> I can connect ftp from my unix machine but from other machines when i
> try to ftp to my machine it fails with message 'connection refuses'
>
> I am new to unix and don't know how to enable FTP service on a fresh
> installed box. I am having root login to do my job.
>
> Appriciate if anybody point me a link if installation required for
> FTP, or thwe process to enable??
>
UNIX or Linux or whatever you have running.
Generally speaking you want to modify inetd.conf or xinted.conf on
Linux. See the inetd.conf and inetd manpages (xinetd on Linux). You
OS might have an administrative tool to use for this. For example on
AIX it's best to use smit (I think that's what it's called.).
If this doesn't provide you with enough information I suggest you ask
in either comp.unix.admin or better a forum specific to the OS/Vendor
you are dealing with.
-- ced
--
Chuck Dillon
Senior Software Engineer
NimbleGen Systems Inc.
Chuck Dillon Guest
-
RSmith6559 #3
Re: How to start FTP service on my unix box......
If the machine can FTP itself, but no other machines can FTP to it, then it's
probably either the firewall (if the connection refused comes up fast) or
tcp_wrappers ( if it takes a few seconds for the refused to come up).
Roger
RSmith6559 Guest



Reply With Quote

