ProFTPD FTP server on Linux.
-
I have put an ftp server on my computer with linux. The thing is that I did not do it with the Ubuntu repositories but through the installation of the latest version from the proftpd page. Well, in all the manuals found on the net. They always tell me that to start it up start and to stop it stop. Well, the thing is that in the version I have and the way it is installed, it does not recognize those commands. It says it is unknown. Does anyone know how to stop this daemon? Thanks.:wall: -
Hello,
Have you tried by chance: /sbin/chkconfig proftpd off?
I found some commands on the net, I'm not sure if that one or another will be useful to you, but to try...
!
! To stop proftpd:
! /sbin/service proftpd stop
! to stop it from starting with the system:
! /sbin/chkconfig proftpd off
! to start proftpd with the system:
! /sbin/chkconfig proftpd on
! to manually start proftpd:
_
/sbin/service proftpd start_
! and to restart it:
! /sbin/service proftpd restart
!Best regards!