Click to See Complete Forum and Search --> : ftp question


kojr
07-06-2001, 08:09 AM
Which software you usually used to compile the the ftp capability for Linux server..

Grateful for any response..

Fin015
07-06-2001, 10:32 AM
Can ya give a little more info? What distro are you using? RedHat and similar often ship with wuftpd (the ftp server). First off, see if that's running with 'ps -ef | grep ftpd' (This will actually list any ftpd you might be running, not just wuftpd). If that's running, try just ftping to the machine. If not, check to see if it's installed and just not running, or if you actually need to install an ftp server.

-Fin