Customize the web login page
When you first access the CompleteFTP server with the HTTP/HTTPS protocol, the following default HTML will show up:
To customize this page, you need to:
-
Open the file, C:\ProgramData\Enterprise Distributed Technologies\Complete FTP\Public\index.html, in a text editor and
modify it. You can use any HTML you like there, including images and even Javascript. Here's a very simple home page:
<html>
<body>
<h1>ACME Products</h1>
<p>Unauthorized access prohibited.</p>
<a href="/login">Login</a>
</body>
</html>
-
Save the changes you've made, then navigate back to that page to see how it looks now.