Discuss secure download ? in the Security and Cryptography forum on Dev Shed. secure download ? Security and Cryptography forum discussing issues related to coding, server applications, network protection, data protection, firewalls, ciphers and the like.
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
what is the best method for downlading a file from a server to a client through internet.
the connection must be secure and the download must be initiate after the client login.
Posts: 1,157
Time spent in forums: 1 h 23 m 35 sec
Reputation Power: 36
Need more info, please.
Are you looking for a commercial or free solution?
What operating system for the client and server?
Any constraints or limitations on ports/protocols?
What size is the file?
Does the transfer need to be automated or will there be a human establishing the connection and starting the transfer?
How much bandwidth (throughput of the Internet connection) do you have available?
Posts: 1,157
Time spent in forums: 1 h 23 m 35 sec
Reputation Power: 36
Probably the best solution is to purchase a certificate and use SSL. However, you can also attempt encoding the file with PGP or performing the transfer through SSL. I have done the former, but not the latter.