Neolane - JavaScript API - v6.1.0

Unknown
upload
Download a file from a local file to an FTP server.
upload ( URL )
Parameters
URL
Server URL.
Return value
None.
Remarks
The URL must start with 'ftp:'

Example:

var ftp = new FTP
ftp.setFile("c:/rfc.txt")
ftp.upload("ftp://ftp.funet.fi/pub/standards/RFC")
Features
Method of class: FTP
Available in:
  • Content management
  • Delivery properties
  • Typology rule
  • JSSP
  • SOAP Method
  • WebApp
  • Workflow

Table of contents

previous page start next page