Page 1 of 1

SSL and Digital Signatures

Posted: Wed Mar 27, 2013 4:41 am
by simonmlewis
Can you store files on a web server, via SSL? If so, how?
Not to data process, but to secure a folder.

Re: SSL and Digital Signatures

Posted: Wed Mar 27, 2013 10:43 am
by Christopher
You should be using SFTP instead of FTP. SFTP transfers files via SSL. FTP is not secure.

Re: SSL and Digital Signatures

Posted: Wed Mar 27, 2013 10:48 am
by simonmlewis
That's not what I mean.
Ok let's say we use SFTP to upload the files, that doesn't mean the site runs on SSL, or does it? Would every url be HTTPS ?