Welcome to Server Circle. It's a friendly site and all levels of experience are welcome. Be aware that we use cookies for your login.
Server Circle - Ask questions about Servers and get answers from experts.
Beta (0.03 sec)
Securing FTP

I have about two hundred users that I need to give FTP access for image uploads.

I can't use sFTP unfortunately. Can I secure FTP so passwords aren't in cleat text ?

Any ideas how to load balance and make it more available with a few servers? Thanks.
Asked by:
TomPating
1355 points
 Report Abuse
 Share Page - Category: CentOS Linux - Tags: Securing FTP
 Enter your response
Please use Pastie.org to paste lengthy code or to fix formatting issues with code
  • Responses in reverse (3)

Many ftp servers are using clear text transmission

you can use https server and activate ftp under it

Response by:
jalal
3623 points
You can use sftp but your system service ssh start:

sftp -l USERID IP-ADDRESS

Response by:
mohamad_kian
1548 points
You could try an ssh tunnel for this. Btw it will only work on PASSIVE mode clients.

ssh -f -L20:localhost:20 -L21:localhost:21 username@server

Response by:
bris
0 points


  • Related Questions
About Us : Contact Us : Etiquette : Terms : CDN Failover : ShorterURL : CDN Fallback : © 2013 Server Circle