History: PluginFtp
Source of version: 8 (current)
Copy to clipboard
{syntax type="markdown" editor="wysiwyg"} # Plugin FTP With this ((wiki plugin)), introduced with ((Tiki3)), create a button for downloading a file from an ftp server. ## Prerequisite The PHP `ftp` extension needs to be enabled for this plugin to work. ## Parameters {pluginmanager plugin="ftp"} ## Basic Syntax {CODE(colors="tiki")} {FTP(server="ftp.myserver.com" user="myuser" password="mypassword")}test.txt{FTP} {CODE} The data of the plugin contains the file name on the server.