{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Create one Pure-FTPd account. The login prefix and the chroot root are both server-side facts; the operator only chooses the suffix and a sub-directory. {% endcomment %} {% block title %}Create FTP account{% endblock %} {% block content %}

Create FTP account

Every account is chrooted into the website's home directory and logs in over FTPS — plain FTP is refused by the server.

New account

Accounts used: (package limit: unlimited) Accounts used: allowed by the package

This website already uses every FTP account its package allows. Delete one first, or move the site to a larger package.

The account is locked to this site's files.

Letters, digits and underscores. The site prefix is added automatically; the whole login must stay within {{ maxUserName }} characters.

At least 10 characters mixing three of: lowercase, uppercase, digits, symbols. Copy it now — only its hash is stored.

Must stay inside . Leave empty for {{ defaultSubdir }}.

0 means unlimited.

0 means unlimited.

is ready. Connect with FTPS to {{ request.get_host|default:"cp.a1hosting.net" }} on port 21, home .

{% endblock %} {% block scripts %} {% endblock %}