TIP SimpleFTPPlugin is not installed on Foswiki.org.

Simple FTP Plugin

Simple plugin to allow FTP upload of the contents of a particular Foswiki topic page.

This plugin provides a simple way of automating FTP-based uploading of topic content to a server. It provides an alternative to PublishPlugin where the full power / complexity of the latter is not required.

After installation, one can add something like:

<a class='foswikiPopUp' href='%SCRIPTURLPATH{"rest"}%/SimpleFTPPlugin/ftpupload?srcweb=%BASEWEB%;srctopic=%BASETOPIC%;ftpserver=ftp.example.com;ftpusername=exampleuser;ftppassword=examplepassword;dstpath=/www;dstfilename=example.html' rel='nofollow'>Upload the FTP content of this page</a>

to the topic page with content one wishes to upload.

The content to be uploaded needs to be delimited by %STARTFTPCONTENT% and %ENDFTPCONTENT% on separate lines.

The user attempting to upload must have VIEW permission on the specified topic page.

Mandatory URL parameters are srcweb, srctopic; optional parameters are ftpserver, ftpusername, ftppassword, dstpath and dstfilename. If any of ftpserver, ftpusername, ftppassword or dstpath are not specified, the plugin uses the relevant default value(s) specified in the configure settings for the plugin. If dstfilename is not specified, the default name of the file created on the server is 'output.html'.

Preferences

A default server, username, password and path can be set in configure; example configure values are specified by default.

Installation

You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.

Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".

If you have any problems, or if the extension isn't available in configure, then you can still install manually from the command-line. See http://foswiki.org/Support/ManuallyInstallingExtensions for more help.

Info

Author: Foswiki:Main.AlexisHazell
Copyright: © 2013, Foswiki Contributors
License: GPL (GNU General Public License)
Release: 0.1.0
Version: v0.1.0
Change History:  
0.1.0 (01 Feb 2013): Initial version
Home: http://foswiki.org/Extensions/SimpleFTPPlugin
Support: http://foswiki.org/Support/SimpleFTPPlugin
I Attachment Action Size Date Who Comment
SimpleFTPPlugin.md5md5 SimpleFTPPlugin.md5 manage 168 bytes 01 Feb 2013 - 06:16 AlexisHazell  
SimpleFTPPlugin.sha1sha1 SimpleFTPPlugin.sha1 manage 192 bytes 01 Feb 2013 - 06:16 AlexisHazell  
SimpleFTPPlugin.tgztgz SimpleFTPPlugin.tgz manage 4 K 01 Feb 2013 - 06:15 AlexisHazell  
SimpleFTPPlugin.zipzip SimpleFTPPlugin.zip manage 7 K 01 Feb 2013 - 06:15 AlexisHazell  
SimpleFTPPlugin_installerEXT SimpleFTPPlugin_installer manage 4 K 01 Feb 2013 - 06:15 AlexisHazell  
Topic revision: r2 - 01 Feb 2013, AlexisHazell
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy