home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / 3903 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.0 KB

  1. Path: sparky!uunet!olivea!news.bbn.com!drilex!drilex.dri.mgh.com!dricejb
  2. From: dricejb@drilex.dri.mgh.com (Craig Jackson drilex1)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: How to control permissions on incoming FTP?
  5. Message-ID: <51690@drilex.dri.mgh.com>
  6. Date: 29 Jul 92 21:58:52 GMT
  7. Sender: dricejb@drilex.dri.mgh.com
  8. Organization: DRI/McGraw-Hill, Lexington, MA
  9. Lines: 12
  10. NNTP-Posting-Host: bbn.com
  11.  
  12. Is there any way, using the standard ftpd which one might receive with
  13. Ultrix or SunOS, for example, to control the permissions on incoming files?
  14. I just did a sample put (from a PC), and the file was stored with
  15. permisions of rw-rw-rw- (wide open).
  16.  
  17. We're developing an application where we need to accept files via ftp.
  18. (Not anonymous; they're merely coming from another computer with limited
  19. TCP capabilities.)  I'd like these files not to be world-readable.  I
  20. know I can limit permissions on their directory, but can I limit
  21. the permissions on the files themselves?
  22.  
  23. I can't find anything in any manual that describes how this might be done.
  24.