Transfer site folder from http to https

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
billabau
500 Command not understood
Posts: 2
Joined: 2022-04-06 14:40

Transfer site folder from http to https

#1 Post by billabau » 2022-04-06 14:51

Hi. I have an issue with my website. Recently, I have uploaded my website folder in a http protocol (ftp plain). Now I need to move it in a https protocol. Anyone knows how to do it? Thanks

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: Transfer site folder from http to https

#2 Post by boco » 2022-04-07 01:13

Stop, hold yer horses. There are a few points we need to address:

1. FTP(S) and HTTP(S) are completely independent services. How you upload your files over the FTP protocol has absolutely nothing to do with how they are served later by the web server using the HTTP protocol.
2. Neither FTP nor HTTP security is directory (aka "folder") based. Your uploaded files can be served both over HTTP or over HTTPS, depending on configuration and what the client chooses to use. Of course, it makes sense to disallow the insecure plain HTTP, which is what most sites do these days, with HTTPS broadly available.
3. Not every HTTPS (or FTPS, for that matter) is secure, there are versions. Currently, TLS (Transport Layer Security) versions 1.2 and 1.3 are secure.

That being said, securing your website involves
- asking the web space provider (the one running the web server that serves your website) if they support HTTPS and which version(s),
- also asking them how to enable it,
- getting a certificate for your website domain (either for free (letsencrypt.org) or paid), provider may support automatic certificate requesting and renewing,
- enable TLS for your website,
- disallow plain HTTP (optional but recommended).

However, enabling HTTPS for websites is out of the scope of these forums. We deal with FTP, FTPS and SFTP only.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

billabau
500 Command not understood
Posts: 2
Joined: 2022-04-06 14:40

Re: Transfer site folder from http to https

#3 Post by billabau » 2022-04-07 13:11

Thank you very much Boco, now I try to do as you suggested. Maybe I need to study the differences between https and ftp.

Post Reply