WS_FTP Server Installation
- Last Updated: August 12, 2025
- 1 minute read
- WS_FTP Server
- Version 2024
WS_FTP Server Installation
If upgrading from a previous version of WS_FTP Server, carefully review the Release Notes for your current and target versions.
During installation, a host using the internal WS_FTP Server user database is created. You can create hosts using Microsoft Active Directory, Microsoft Windows, or other external user database types after the install is completed.
TLS Hardening on Windows Server
WS_FTP Server relies on the underlying Windows operating system for TLS protocol and cipher suite support for its web components hosted in IIS (Web Admin, AHT and WTM). To ensure secure communication and compliance with security standards, we recommend hardening the default TLS configuration on your Windows Server.
This includes:
- Disabling legacy protocols such as SSL 2.0, SSL 3.0, TLS 1.0, and TLS 1.1.
- Prioritizing strong cipher suites (e.g., AES-GCM) and disabling weak ciphers such as DES, IDEA, and 64-bit block ciphers vulnerable to SWEET32.
- Enforcing the use of TLS 1.2 or TLS 1.3.
For detailed guidance, refer to the Microsoft documentation:🔗 Manage Transport Layer Security (TLS) in Windows