Plugin Ftp
With this Wiki Plugin, create a button for downloading a file from an ftp server.Usage and Parameters
{FTP(server=ftp.myserver.com, user=myuser, password="mypassword")}test.txt{FTP}| Parameter | Accepted values | Description |
|---|---|---|
| server | string | the ftp server name |
| user | string | the ftp username |
| password | string | the password for this ftp user (enclose with double quote if special characters |
| title | string | The button label (it will be automatically translated (Default: Download) |
The data of the plugin contains the file name on the server.
