Can you store files on a web server, via SSL? If so, how?
Not to data process, but to secure a folder.
SSL and Digital Signatures
Moderator: General Moderators
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
SSL and Digital Signatures
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: SSL and Digital Signatures
You should be using SFTP instead of FTP. SFTP transfers files via SSL. FTP is not secure.
(#10850)
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Re: SSL and Digital Signatures
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 ?
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 ?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.