Di sini aku nak terangkan mengenai macammana nak benarkan FTP dalam Solaris Operating System. Sila ikut langkah berikut
# vi /etc/ftpd/ftpusers
# ident "@(#)ftpusers 1.4 01/08/27 SMI"
#
# List of users denied access to the FTP server, see ftpusers(4).
#
root
daemon
bin
sys
adm
lp
uucp
nuucp
smmsp
listen
nobody
noaccess
nobody4
Comment the "root" as below:
# ident "@(#)ftpusers 1.4 01/08/27 SMI"
#
# List of users denied access to the FTP server, see ftpusers(4).
#
#root
daemon
.
.
(output truncated)
Ini lah asas utk allow FTP. Next, how to use it using FTP command
# ftp host
Connected to 10.37.101.20.
220
Name (
331 Password required for user
Password:
230 User user
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
Untuk bantuan ftp command
ftp> ?
Commands may be abbreviated. Commands are:
.
.
(banyak sangat...)
No comments:
Post a Comment