{{if $value}}
-
{{if $value['protocol'] === 'sftp'}}
SFTP
{{elseif $value['protocol'] === 'ssl_ftp'}}
{lang="ftp_with_ssl"}
{{endif}}
{$value['server']}{{if $value['port']}}:{$value['port']}{{endif}}
-
{$value['un']}
-
{$value['pw']}
{{if $value['path']}}
-
{$value['path']}
{{endif}}
{{if $url}}
-
{lang="connect"}
{{endif}}
{{endif}}