[% CPANEL.CPVAR.dprefix = '../' %] [% WRAPPER '_assets/master.html.tt' app_key = 'ftp_connections' -%]

[% locale.maketext("Monitor visitors that are logged into your site through FTP. Terminate FTP connections to prevent file access by unwarranted users. For more information, read the [output,url,_1,documentation,target,_2,id,_3].", "//go.cpanel.net/FtpConnections", "_blank", "lnkFtpConnectionsDocumentation") %]

[% locale.maketext("Current Connections") %]

[% locale.maketext('You may need to reload your page to view current connections.') %]

[% sessions = execute("Ftp", "list_sessions") -%] [% IF sessions.data.size %] [% FOREACH q = sessions.data %] [% END %] [% ELSE %] [% END %]
[% locale.maketext("User") %] [% locale.maketext("Logged in From") %] [% locale.maketext("Login Time") %] [% locale.maketext("Status") %] [% locale.maketext("Process ID") %] [% locale.maketext("Actions") %]
[% q.user FILTER html %] [% q.host FILTER html %] [% q.login FILTER html %] [% q.status FILTER html %] [% q.pid FILTER html %] [% locale.maketext('Disconnect') %]
[% locale.maketext("There are no active FTP connections for your account.") %]
[% END #wrapper -%]