home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aux / 4337 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!stanford.edu!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!reuven
  3. From: reuven@athena.mit.edu (Reuven M. Lerner)
  4. Subject: Re: ftp problem
  5. In-Reply-To: leonid@netcom.com's message of 15 Dec 92 03:20:33 GMT
  6. Message-ID: <REUVEN.92Dec15140945@alfredo.mit.edu>
  7. Sender: news@athena.mit.edu (News system)
  8. Nntp-Posting-Host: alfredo.mit.edu
  9. Organization: Massachusetts Institute of Technology
  10. References: <1992Dec15.032033.7677@netcom.com>
  11. Date: Tue, 15 Dec 1992 19:09:52 GMT
  12. Lines: 17
  13.  
  14. >>>>> On 15 Dec 92 03:20:33 GMT, leonid@netcom.com (Leonid Crossman) said:
  15.  
  16.   Leonid> I am having a problem with ftp session from A/UX on Quadra
  17.   Leonid> 900.  FTP from this host to another TCP host ( SCO UNIX,
  18.   Leonid> DOS, SUN) works fine.  When I try the opposit direction (
  19.   Leonid> From SCO station to MACINTOSH), FTP brings " User root:
  20.   Leonid> access denied".
  21.  
  22. The ftp daemon will only allow you to log in with ftp (1) if your
  23. shell is sh, csh, empty, or listed in the file /etc/shells, and (2) if
  24. your login name is not listed in /etc/ftpusers. It sounds like you're
  25. trying to log in as root, which is listed by default in /etc/ftpusers
  26. (i.e., making it impossible for you to ftp files with that username).
  27. You might also want to check your shell, although that doesn't sound
  28. like the problem.
  29.  
  30. Reuven
  31.