• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Make a ftp link with encrypted user/pwd?

Fritzo

Lifer
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😛assword@ftp.myftpserver.com

but have the username😛wd part encrypted or unreadable? Anyone have any idea?
 
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.
 
No.

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