Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SECURE FTP?

Status
Not open for further replies.

greggb

Programmer
Dec 6, 2003
30
US
I have a client that needs an FTP application but needs it to be "secure". It is my understanding that their is a protocol called "FTPS"? similar to HTTPS? Does anyone know anything about this? - how would I get started?
 
A brief search on google indicates that it's not the application you build, but the protocols installed on BOTH the sender and receiver. With a secure FTP server (FTPS) but an an insecure client (FTP) on the user's system, the user would still be transporting "insecurely" to a secure server.

Maybe sending an encripted document might prove to be an easier implementation.

There's always a better way. The fun is trying to find it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top