Does anyone have a clear and updated guide for setting up FTPS via Powershell for the purpose of transferring large files (~100GB) between remote computers? I was going to try SFTP, but I read that it was slower than FTPS.
I found the link below, but it is old and a bit unclear in some areas. Thank you.
https://4sysops.com/archives/setting-up-a-secure-ftp-server-ftps-on-windows/
4sysops
In addition to the web server, Internet Information Services (IIS) contain an FTP server. It is integrated with the Windows user and authorization management and creates the necessary firewall rules during its installation. For secure transfer, it supports FTP over TLS/SSL (FTPS), but not the SSH-based SFTP.