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
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 parameter | From version | Description | Parameter type | Notes and restrictions |
---|---|---|---|---|
protocol* | 1.0.0 | Specifies how the client connects to the server. The following protocols can be selected:
| Text | The field is case-insensitive. |
serverAddress* | 1.0.0 | The 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.0 | Port number. | Integer | |
userName* | 1.0.0 | The name of the user configured on the server, which, depending on the privileges granted to him, can operate on files on the server | Text | |
password* | 1.0.0 | User password. | Text |
Parameter*- required field
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.
Windows | Linux |
---|---|
|
|
{ "protocol":"ftp", "serverAddress":"192.168.0.240", "portNumber":21, "userName":"anowak", "password":"Workflow-u1F%H" }
Setters / Automatic tasks | ||||||
Name | Version | Category | Button ID | Description | Details | |
---|---|---|---|---|---|---|
Sending documents to an FTP server | 1.0.0 | FTP | Sends all documents of a given class attached to the process to the FTP server. | More... |
Scheduled tasks | ||||||
Name | Version | Category | Button ID | Description | Szczegóły | |
---|---|---|---|---|---|---|
Pobieranie dokumentów z serwera FTP | 1.0.1 | FTP | Downloads the latest files from the FTP server to a local directory | More... |
Add Comment