On Tue, Sep 02, 2003 at 12:39:23PM -0600, Michael R. Bright wrote: > Hey there, > I have been trying to setup an ftp server on my Knoppix 3.2 machine, however I > have not had a lot of success. All I have been able to find and TRY to run have > been ftp clients. Can anyone point me in the right direction as to how to properly > install and run a good ftp server, preferably with sftp capability? Thanks
apt-get install ftpd
man ftpd (pay close attention to the authentiation section)
And sftp is entirely separate from ftp. It is implemented by
OpenSSL. Just make sure you have this line in /etc/ssh/sshd_config
(it's there by default):
Subsystem sftp /usr/lib/sftp-server
Mike
--
------------------------------------------- | ---------------------
Michael Halcrow | [EMAIL PROTECTED]
Developer, IBM Linux Technology Center |
|
What's another word for synonym? |
------------------------------------------- | ---------------------
GnuPG Keyprint: 05B5 08A8 713A 64C1 D35D 2371 2D3C FDDA 3EB6 601D
pgp00000.pgp
Description: PGP signature
____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
