Enable/Disable ftp in solaris 10
ftp that I am using is in.ftpd
I have tried
Code:
---------
inetadm | grep ftp
---------
Enable ftp
Code:
---------
inetadm -e ftp
---------
Disable ftp
Code:
---------
inetadm -d ftp
---------
After enabling or disabling using the inetadm command, The command inetadm | grep ftp is showing the proper output but when I try to connect to the machine from other machine it gives
> ftp: connect :Unknown error number
From the same machine using ftp 0.0.0.0
it has given
ftp: connect: Connection refused
|