ok... so far this one is a little mind boggling.
i'm looking for a linux flavor of the description that i am about to give.
as you know, most ftp servers do not encrypt passwords and send plaintext passwords through the port.
what i am looking for is a way to encrypt these usernames and passwords through any means...
i have looked into running ftp over ssh2, but this seems like you'd need to run sftp-server on the ftp server. this is a good idea, but does anyone know how to do this? i havent really looked into yet, but i have glanced at it...
the other way is using something called secure ftp wrappers... i downloaded this and havent figured out how to use this either. it claims to encrypt your information based on a current ftp server daemon running... it is java based. however, when i run the program, im not really sure what it does to encrypt the password. you can find more infomation about it at http://www.glub.com.
otherwise, is there any way to encrypt the passwords? ive sniffed on the server and found plaintext passwords laid out right there for any hacker to see. so i'm sure that there must be a way to prevent this.
thanks.