PDA

View Full Version : Secure FTP server/clients


Llama_Boy
01-31-2003, 12:06 PM
I need to create a way for clients to upload files to a *nix based server. FTP is the logical choice but has too many security flaws.

Ideas?

AbecX
01-31-2003, 12:09 PM
ftp running via a ssh tunnel.

Llama_Boy
01-31-2003, 03:55 PM
Does SSHv2 include FTP support? I mean is it part of the SSH, not can I run FTP inside a SSH tunnel.

AbecX
01-31-2003, 05:49 PM
sshv2? I use openssh

Sgt Beavis
02-04-2003, 01:31 PM
http://www.openssh.com/

Llama_Boy
02-04-2003, 05:06 PM
Originally posted by AbecX
sshv2? I use openssh

So do I.. but there is a version 1 and 2. Got it working today, it doesn't use FTP but the PuTTY command line client has a feature for sending files and the OpenSSH server (running on RH 7.2) allows this.


Thanks for the replies.

AbecX
02-04-2003, 05:16 PM
I thought you were referring to some specfic program, not protocols. Sorry :( At least I got you pointed in some direction ;)