mpf:ftp

 | upload file(s) using FTP (file transfer protocol) |

display upload errors
the follwing errors may occur:
connection | could not connect to ftp-server |
path | path on server not found |
upload | upload not successful |
Errors can be accessed using the following token structure:
{mpf:ftp/error||!=}
{mpf:var/val||==connection}
... Connection to FTP-Server failed ...
{/mpf:var/val||==connection}
{mpf:var/val||==path}
... Path could not be found ...
{/mpf:var/val||==path}
{mpf:var/val||==upload}
... file(s) could not be uploaded ...
{/mpf:var/val||==upload}
{mpf:ftp/error||!=}
|