Tuesday, June 3, 2008

Creating secure ftp account on Solaris

i told about ftpaccess file and setting a secure ftp account on solaris before. but i noticed that with that configuration i couldn't use "ls -l" (detailed list) because of security.

i found the solution, there is a command named "ftpconfig" on solaris. here is the usage:
# ftpconfig ftp_user_path

For example:

root@Uranus # ftpconfig /export/ftp2/
Updating user ftp
Updating directory /export/ftp2/

that's all..