On Tue, Oct 16, 2001 at 12:17:40PM -0500, Dave Sherohman wrote: > On Tue, Oct 16, 2001 at 06:58:35AM -0500, Alexander Wallace wrote: > > Hello there, is there an alternative to regular ftp server? does it > > require special client? Any sugestions??? > > Provided that you have ssh installed on both sides, check out hsftp. > It's not _really_ ftp, but it gives you an ftp-like interface to > ssh/scp.
Or simply use OpenSSH. It includes a 'sftp' subsystem and client and is configured straight away on debian once you have OpenSSH installed. Simply 'sftp machine.running.ssh'. -Rob