Loading...
 
Create a button for downloading a file from an FTP server

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

Introduced in Tiki 3. Required parameters are in bold.
Preferences required: wikiplugin_ftp
Parameters Accepted Values Description Default Since
(body of plugin) File name on the server
password text Password for the FTP account 3.0
server text Name of the server for the FTP account. Example: ftp.myserver.com 3.0
user username Username for the FTP account 3.0
title text Label for the FTP download button 3.0

Basic Syntax

{FTP(server="ftp.myserver.com" user="myuser" password="mypassword")}test.txt{FTP}

The data of the plugin contains the file name on the server.


Created by system. Last Modification: Saturday 03 August, 2019 06:52:43 GMT-0000 by Yves Kipondo.