View Single Post

  #3 (permalink)  
Old 02-28-2008, 03:31 PM
KuldeepSM KuldeepSM is offline
Junior Member
User
 
Join Date: Feb 2008
My distro: Debian
Posts: 3
Rep Power: 0
KuldeepSM is on a distinguished road
Default 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
Reply With Quote