Skip to end of metadata
Go to start of metadata

Nazwa wtyczki Data utworzenia Data ostatniej aktualizacji Link do instalki Krótki opis Dział utrzymujący Dokumentacja dla klienta Typ licencji Typ wtyczki Id wtyczki
Plus FTP Client 2021-01-15 2024-11-12 Link The plugin contains an automatic task for sending documents attached to a process to the FTP server. Dev CUF Płatna Wtyczka com.suncode.plugin-plus-ftp-client

Requirements

System version required PWFL: 4.1.16

Plugin version required PWE: 2.3.50

Plugin version required PCM (Plugin Configuration Manager): 4.0.1

Configuration file

The server connection configuration must be in the Plugin Configuration Manager (PCM) configuration file on the Plus FTP Client tab. By default, after uploading a plugin, no configuration file is created, so new one needs to be created and configured. The configuration file stores data in JSON format.

Name of the parameterFrom versionDescriptionParameter typeNotes and restrictions
protocol*1.0.0

Specifies how the client connects to the server. The following protocols can be selected:

  • FTP - transferred files, login and password are not encrypted.
  • FTPS - provides encryption of transmitted access data when connected to the server. It is an extension of the standard FTP protocol and uses SSL/TLS protocol to ensure confidentiality and integrity of data transmission. An SSL certificate must be set up on the server for the client to use FTPS.
  • SFTP - provides encryption of both transmitted files and access data to the server. Its operation is based on the SSH protocol standard.
TextThe field is case-insensitive.
serverAddress*1.0.0The parameter indicates the server address. The value can be a domain name (e.g. websiteaddress.com) or an IP address (e.g. 5.249.140.95).Text 
portNumber*1.0.0Port number.Integer 
userName*1.0.0The name of the user configured on the server, which, depending on the privileges granted to him, can operate on files on the serverText 
password*1.0.0User password.Text 

Parameter*- required field

Forbidden signs

Certain characters and ways of writing directory and file names are prohibited in Windows and Linux. To use the components of this plugin successfully, avoid the characters shown in the table below.

WindowsLinux
  • " / \ < > ? : * |
  • All characters typed using the Ctrl key
  • All names ending with a space or a period
  • The maximum length of the name is 260 characters
  • /
  • The maximum length of the name is 256 characters

 

 

Sample configuration

 

{
	"protocol":"ftp",
	"serverAddress":"192.168.0.240",
	"portNumber":21,
	"userName":"anowak",
	"password":"Workflow-u1F%H"
}
Available components

Setters / Automatic tasks

NameVersionCategoryButton IDDescriptionDetails
Sending documents to an FTP server1.0.0FTP Sends all documents of a given class attached to the process to the FTP server.More...

Scheduled tasks

NameVersionCategoryButton IDDescriptionSzczegóły
Pobieranie dokumentów z serwera FTP1.0.1FTP Downloads the latest files from the FTP server to a local directoryMore...
Change log

1.0.0 (applicable documentation)

  • A plugin adding

1.0.4 (documentation)

  • Supprot for SFTP protocol

  • No labels
Write a comment…