[% USE JSON; USE Api2; # list domains Api2.pre_exec("Email", "listmaildomains"); SET domains_response = Api2.exec("Email", "listmaildomains", {} ); Api2.post_exec("Email", "listmaildomains"); PROCESS '_assets/resource_usage_macro.html.tt'; %] [% CPANEL.CPVAR.dprefix = '../' %] [% js_code = PROCESS js_block %] [% WRAPPER '_assets/master.html.tt' app_key = "ftp_accounts" feature = "ftpaccts" page_js = js_code include_legacy_stylesheets = 1 include_legacy_scripts = 1 include_cjt = 1 page_scripts = CPANEL.is_debug_mode_enabled() ? [ 'libraries/handlebars/handlebars.js', 'js2/ftp/list_ftp.js' ] : [ 'libraries/handlebars/handlebars.min.js', 'js2-min/ftp/list_ftp.js' ] page_stylesheets = [ "css2-min/ftp.css" ] -%]

[% locale.maketext("Add and configure FTP Accounts to get your website on the internet fast.") %] [% locale.maketext("You can use an FTP client to manage your website’s files.") %] [% locale.maketext("For more information, read the [output,url,_1,documentation,target,_2,id,_3].", "//go.cpanel.net/FtpAccounts", "_blank", "lnkFtpAccountsDocumentation") %]

[% locale.maketext("Add FTP Account") %]

[% # Note: a MACRO was not used here because we need to be able # to access resource_usage_limits after the block runs SET resource_usage_key = 'ftpaccounts'; SET resource_usage_percent_used_to_warn = 80; PROCESS resource_usage_block; IF resource_usage_limits && resource_usage_limits.is_maxed; SET accounts_maxed = 1; %] [% END -%]

[% locale.maketext("FTP Accounts") %]

[% locale.maketext("Log In") %] [% locale.maketext("Path") %] [% locale.maketext("Usage") %] / [% locale.maketext("Quota") %] [% locale.maketext("Actions") %]

[% locale.maketext("Special FTP Accounts") %]

[% locale.maketext("Special FTP Accounts are linked to administrative aspects of your hosting account and cannot be deleted. For more information, read the [output,url,_1,documentation,target,_2,id,_3].", "//go.cpanel.net/FtpSpecial", "_blank", "lnkFtpSpecialDocumentation") %]

[% locale.maketext("Type") %] [% locale.maketext("Log In") %] [% locale.maketext("Path") %] [% locale.maketext("Usage") %] / [% locale.maketext("Quota") %] [% locale.maketext("Actions") %]
[% locale.maketext("Log access accounts allow you to download your website’s raw access logs.") %]
[% locale.maketext('Anonymous FTP lets users connect to your site without logging in. Anonymous FTP access is controlled through Setup Anonymous FTP Access in the FTP Manager. The existence of an anonymous FTP account does not mean that anonymous access is enabled.') %]
[% locale.maketext("Your main account gives FTP access to all files in your web hosting account.") %]
[% INCLUDE ftp/change_password.html.tt %] [% INCLUDE ftp/change_quota.html.tt %] [% INCLUDE ftp/delete_account.html.tt %] [% INCLUDE ftp/configure_client.html.tt %] [% BLOCK js_block %] [% END %]
[% END #wrapper -%]