|
|||
Part I Network Services Topics Part II Accessing Network File Systems Topics 4. Managing Network File Systems (Overview) 5. Network File System Administration (Tasks) 6. Accessing Network File Systems (Reference) 8. Planning and Enabling SLP (Tasks) 10. Incorporating Legacy Services Part V Serial Networking Topics 15. Solaris PPP 4.0 (Overview) 16. Planning for the PPP Link (Tasks) 17. Setting Up a Dial-up PPP Link (Tasks) 18. Setting Up a Leased-Line PPP Link (Tasks) 19. Setting Up PPP Authentication (Tasks) 20. Setting Up a PPPoE Tunnel (Tasks) 21. Fixing Common PPP Problems (Tasks) 22. Solaris PPP 4.0 (Reference) 23. Migrating From Asynchronous Solaris PPP to Solaris PPP 4.0 (Tasks) 25. Administering UUCP (Tasks) Part VI Working With Remote Systems Topics 27. Working With Remote Systems (Overview) 28. Administering the FTP Server (Tasks) Administering the FTP Server (Task Map) How to Define FTP Server Classes How to Control the Number of Invalid Login Attempts How to Disallow FTP Server Access to Particular Users How to Restrict Access to the Default FTP Server How to Customize Message Files How to Create Messages to Be Sent to Users How to Configure the README Option Controlling Access to Files on the FTP Server How to Control File Access Commands Controlling Uploads and Downloads on the FTP Server How to Control Uploads to the FTP Server How to Control Downloads to the FTP Server How to Enable Limited Virtual Hosting How to Enable Complete Virtual Hosting Starting the FTP Server Automatically How to Start an FTP Server Using SMF How to Start a Standalone FTP Server in the Background How to Start a Standalone FTP Server in the Foreground How to Shut Down the FTP Server How to Check syslogd for FTP Server Messages How to Use greeting text to Verify ftpaccess How to Check the Commands Executed by FTP Users Configuration Help for Busy Sites 29. Accessing Remote Systems (Tasks) Part VII Monitoring Network Services Topics |
Setting Up FTP Server LoginsTo access an FTP server, you must first log in. The FTP server supports three types of user login accounts for real, guests, and anonymous users.
How to Set Up Real FTP UsersTo enable access for real users to the FTP server, follow these instructions:
How to Set Up Guest FTP UsersThe ftpconfig script is used to copy all necessary system files to the home directory. When the guest user and the guest's home directory already exist, the ftpconfig script updates the area with the current system files. For more information, see ftpconfig(1M) Note - Unlike the user name (anonymous or ftp) that is set for anonymous users, user names for FTP guests are not fixed. Any name that would work as a real user name can be selected. To enable access by a guest user to the FTP server, do the following:
In this example, the FTP area is set up in the /home/guests directory. # /usr/sbin/ftpconfig -d /home/guests Updating directory /home/guests How to Set Up Anonymous FTP UsersThe ftpconfig script creates the anonymous user account and populates the home directory with the required files. For more information, see ftpconfig(1M). To enable access by an anonymous user to the FTP server, follow these instructions:
In this example, the FTP area is set up in the /home/ftp directory. # /usr/sbin/ftpconfig /home/ftp Creating user ftp Updating directory /home/ftp How to Create the /etc/shells file
The following is an example of an /etc/shells file with a /bin/true listed for FTP guest users: /sbin/sh /bin/csh /bin/jsh /bin/ksh /bin/remsh /bin/rksh /bin/rsh /bin/sh /usr/bin/csh /usr/bin/ksh /usr/bin/bash /usr/bin/tcsh /usr/bin/zsh /bin/true |
||
|