Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Next »

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 2021-09-16 Link The plugin contains an automatic task for sending documents attached to a process to the FTP server. Dev CUF Płatna

 

 

Requirements

System version required PWFL: 3.2.149

Plugin version required PWE: 2.3.50

Plugin version required PCM (Plugin Configuration Manager): 1.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. There are two protocols to choose from:

  • 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.
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.0FTP port 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 Komponent pozwala na wysłanie wszystkich dokumentów danej klasy podpiętych do procesu na serwer FTP.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...

 

 



 

  • No labels