Difference between revisions of "OS4X plugin os4xplugin ftp upload"
Jump to navigation
Jump to search
(New page: Category:Plugins == Purpose == For simple FTP upload tasks, this plugin can transfer all job files to a target FTP server == Configuration == The plugin must be configured on per-p...) |
|||
Line 10: | Line 10: | ||
Configuration parameters are: | Configuration parameters are: | ||
− | * | + | *Server: server incl. protocol being used. Supported protocols are (at least, but not limited to) "ftp". |
+ | **Syntax: | ||
+ | ftp://<ip or hostname> | ||
+ | **Traling slashed are being eliminated automatically, but you should not configure these. | ||
+ | **Example: <code>ftp://192.168.1.2</code> or <code>ftp://ftp.myserver.com</code> | ||
== Bevahiour == | == Bevahiour == |
Revision as of 08:32, 20 November 2014
Purpose
For simple FTP upload tasks, this plugin can transfer all job files to a target FTP server
Configuration
The plugin must be configured on per-partner level and has no global configuration.
Configuration parameters are:
- Server: server incl. protocol being used. Supported protocols are (at least, but not limited to) "ftp".
- Syntax:
ftp://<ip or hostname>
- Traling slashed are being eliminated automatically, but you should not configure these.
- Example:
ftp://192.168.1.2
orftp://ftp.myserver.com