
March 24th, 2003, 09:38 AM
|
|
<(>_~)>
|
|
Join Date: Jan 2002
Posts: 315
Time spent in forums: < 1 sec
Reputation Power: 7
|
|
If you want secure HTTP connection, then I suggest you get SSL(secure socket layers) - http://www.openssl.org. Have you noticed that some websites start with https://? Well, that 's' stands for secure, and means the webserver is using SSL. SSL is the current industry standard for secure HTTP connections.
I don't know much about shtml, but I believe, it's getting obsolete.
As far as I know, FTP connections are never encrypted, so therefore not absolutely secure. Use SSH/SCP (secure shell / secure copy) instead if your host supports it. Basically, ssh lets you log into the server through an encrypted connection, and scp lets you copy a file, or files, through an encrypted connection, to another machine. These are Unix/Linux commands btw, so if you only have Windows, you'll need some sort of program which will let you use those commands, such as Cygwin ( http://www.cygwin.com/ ).
|