Re: setting up simple ftp in unix
From: Brad Powell (Brad.Powell@Sun.COM)Date: 02/27/02
- Previous message: those who know me have no need of my name: "Re: Crypto info"
- In reply to: those who know me have no need of my name: "Re: setting up simple ftp in unix"
- Next in thread: winsurfn: "Re: setting up simple ftp in unix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Brad.Powell@Sun.COM (Brad Powell) Date: 27 Feb 2002 17:19:36 GMT
Last I checked there is a script as part of the man page for setting up anonymous ftp in solaris. Yup, just try "man in.ftpd" and look for this:
The following shell script sets up the anonymous ftp area.
It presumes that names are resolved using NIS.
#!/bin/sh
# script to setup anonymous ftp area
(snip)
Its a start, althought the NIS part is bothersome (NIS is only for setup)
and will probably need to be edited.
-- ========================================================================= Brad Powell : brad@fish.com (WORK: brad.powell@Sun.COM) ------------------------------------------------------------------------- The views expressed are those of the author and may not reflect the views of Sun Microsystems Inc. =========================================================================
- Next message: Walther Neumann: "test"
- Previous message: those who know me have no need of my name: "Re: Crypto info"
- In reply to: those who know me have no need of my name: "Re: setting up simple ftp in unix"
- Next in thread: winsurfn: "Re: setting up simple ftp in unix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|