This is was created user “only” connect through FTP,Used in Solaris 9

$ uname -a

SunOS 5.9

# cat /etc/shells

/bin/bash
(some output remove for brevity)
/bin/ftpaccess
/sbin/sh

# useradd -d /export/home/ftpuser -s /bin/ftpaccess ftpuser

C:\>ftp serverftp

Connected to serverftp.
220 serverftp NcFTPd Server (registered copy) ready.
User (serverftp:(none)): ftpuser
331 User testftp okay, need password.
Password:
230-You are user #1 of 50 simultaneous users allowed.
230-
230 Restricted user logged in.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
.profile
local.cshrc
local.login
local.profile
226 Listing completed.
ftp: 51 bytes received in 0,01Seconds 3,40Kbytes/sec.

Done!.

Popularity: 9% [?]

You Should Also Check Out This Post:

More Active Posts: