How to start FTP service on my unix box......

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default 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...
    > 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??
    There is no one way to do this. It will depend upon your platform and,
    in some cases, distribution. It could also depend upon exactly what startup
    scripts you have installed.

    DS


    David Schwartz Guest

  2. Similar Questions and Discussions

    1. 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:...
    2. 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...
    3. 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:
    4. 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...
    5. where can find index service module (unix)
      i wnat to find index service like ms index service. where can find these document or module??
  3. #2

    Default Re: How to start FTP service on my unix box......

    Prakash Heda wrote:
    > 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??
    >
    First, this is off topic in c.u.p. Second it depends on the flavor or
    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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139