Make a ftp link with encrypted user/pwd?

Fritzo

Lifer
Jan 3, 2001
41,920
2,161
126
I had an idea for a private FTP server I'd like to set up, but I'm not sure if this can be done. Can you make a link like:

ftp://username:password@ftp.myftpserver.com

but have the username:pwd part encrypted or unreadable? Anyone have any idea?
 

Attrox

Golden Member
Aug 24, 2004
1,120
0
0
I think there are some ftp application server that support ssl or secure connection. But I don't think you can use an encrypted user/password.

Another way to make it secure, you can run ftp over an ssh connection or something like that.
 

NogginBoink

Diamond Member
Feb 17, 2002
5,322
0
0
No.

FTP sends usernames and passwords in cleartext. There are "Secure FTP" implementations, but those are not, strictly speaking, FTP.
 

Fritzo

Lifer
Jan 3, 2001
41,920
2,161
126
Thanks. Just an idea I was throwing around. That sends me in the right direction.