Click to See Complete Forum and Search --> : FTP Help


Falcon
06-03-2001, 10:45 PM
I tried to install the source packets of ProFTPd, but got an errored install. How do I uninstall it?

What is a good FTP deamon?

Thanks,
Falcon

EyesWideOpen
06-03-2001, 11:12 PM
Which method did you use to install?

RPM? Archive (tar/gz file)?

cmndr keen
06-03-2001, 11:58 PM
sftp-serv: secure ftp , included w openSSH,
if openssh is installed, you require nothing further than a client, sftp included w/ opnessh also, will work, it's textmode, so if you require a GUI client, see SecureFX or the one included w SSH.com's dist. For windoze only unfortunately...

Falcon
06-04-2001, 06:37 PM
I installed it from .gz. I unzipped, ran a ./configure, a make, and a make install.

Also, for the SSH stuff, is there a good NHF on setting it up? I looked and didn't like the one in there.

Thanks,
Falcon

EyesWideOpen
06-05-2001, 09:56 AM
Originally posted by Falcon:
<STRONG>I installed it from .gz. I unzipped, ran a ./configure, a make, and a make install.</STRONG>

You should be able to uninstall by doing:

make uninstall and/or make clean/make distclean.

neotrace
06-11-2001, 04:11 AM
thanks for the uninstall info on proftpd, i'll definitly stay w/ncftpd