Polish |
---|
Planowany termin wydania: 01.2021
Opis: Wtyczka zawierająca komponenty służące do komunikowania się z serwerem FTP. Wymagania: Warning |
---|
Wymagana wersja systemu PWFL: 3.2.149 Wymagana wersja wtyczki PWE: 2.3.50 Wymagana wersja wtyczki Plugin Configuration Manager: 1.0.0 |
Panel |
---|
title | Konfiguracja połączenia |
---|
| Konfiguracja połączenia z serwerem musi znajdować się w pliku konfiguracyjnym wtyczki Plugin Configuration Manager (PCM) w zakładce Plus FTP Client. Domyślnie, po wgraniu wtyczki, nie jest utworzony żaden plik konfiguracyjny, więc należy utworzyć i skonfigurować nowy. Plik konfiguracyjny przechowuje dane w formacie JSON. Nazwa parametru | Od wersji | Opis | Typ parametru | Uwagi i ograniczenia |
---|
serverAddress* | 1.0.0 | Parametr wskazuje na adres serwera. Wartością może być nazwa domeny (np. websiteaddress.com) lub adres IP (np. 5.249.140.95). | Tekst | | portNumber* | 1.0.0 | Numer portu protokołu FTP. | Całkowity | | userName* | 1.0.0 | Nazwa użytkownika skonfigurowanego na serwerze, który w zależności od nadanych mu uprawnień może operować na plikach na serwerze. | Tekst | | password* | 1.0.0 | Hasło użytkownika. | Tekst | | ssl* | 1.0.0 | Określa, czy połączenie klienta z serwerem ma być szyfrowane lub nie. Wartość true oznacza, że wykorzystywany będzie protokół FTPs. W takiej sytuacji na serwerze musi być skonfigurowany certyfikat SSL. Wartość false określa użycie niezabezpieczonego protokołu FTP. | Logiczny | |
Parametr*- pole wymagane |
Panel |
---|
| Warning |
---|
Niektóre znaki i sposoby zapisywania nazw katalogów i plików w systemach Windows i Linux są zabronione. Aby pomyślnie wykorzystywać komponenty tej wtyczki, należy unikać znaków przedstawionych w poniższej tabeli. |
Windows | Linux |
---|
- " / \ < > ? : * |
- Wszystkie znaki wpisywane przy użyciu klawisza Ctrl
- Wszystkie nazwy kończące się spacją lub kropką
- Maksymalna długość nazwy 260 znaków
| - /
- Maksymalna długość nazwy 256 znaków
|
|
Panel |
---|
title | Przykładowa konfiguracja |
---|
| 
Code Block |
---|
language | js |
---|
linenumbers | true |
---|
| {
"serverAddress":"192.168.0.240",
"portNumber":21,
"userName":"anowak",
"password":"Workflow-u1F%H",
"ssl":false
} |
|
Dostępne komponenty: Klasy ustawiające zmienne / Zadania automatyczne | Nazwa | Wersja | Kategoria | ID przycisku | Opis | Szczegóły |
---|
Wysyłanie dokumentów na serwer FTP | 1.0.0 | FTP | | Komponent pozwala na wysłanie wszystkich dokumentów danej klasy podpiętych do procesu na serwer FTP. | Więcej... |
|
English |
---|
Description: The plugin containing components used to communicate with the FTP server. Requirements: Warning |
---|
System version required PWFL: 3.2.149 Plugin version required PWE: 2.3.50 Plugin version required PCM (Plugin Configuration Manager): 1.0.0 |
Panel |
---|
| 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 |
---|
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 | FTP 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 | | ssl* | 1.0.0 | Specifies whether the client's connection to the server is encrypted or not. A value of true means that the FTPs protocol will be used. In this case, an SSL certificate must be configured on the server. A value of false indicates the use of unsecured FTP. | Logic | |
Parameter*- required field |
Panel |
---|
| Warning |
---|
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 |
---|
- " / \ < > ? : * |
- 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
|
|
Panel |
---|
title | Sample configuration |
---|
| 
Code Block |
---|
language | js |
---|
linenumbers | true |
---|
| {
"serverAddress":"192.168.0.240",
"portNumber":21,
"userName":"anowak",
"password":"Workflow-u1F%H",
"ssl":false
} |
|
Available components: Setters / Automatic tasks | Name | Version | Category | Button ID | Description | Details |
---|
Sending documents to an FTP server | 1.0.0 | FTP | | Komponent pozwala na wysłanie wszystkich dokumentów danej klasy podpiętych do procesu na serwer FTP. | More... |
|
...
← Return to the list of available setters
← Return to the list of available applications
Info |
---|
If you have trouble understanding how the action works, check the descriptions: Application, Setter, Conditional execution, Component parameters |
Panel |
---|
|
Category: FTPAvailable from version: 1.0.0 |
Panel |
---|
|
The component is used to send all documents of a given class attached to a process to an FTP (File Transfer Protocol) server. 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. Data transfer can be done using the FTP or FTPs (FTP SSL) protocol. The FTP protocol has no security, so user names, passwords and file data are sent unencrypted. FTPs protocol uses SSL (Secure Socket Layer) for data security and requires a certificate. The SSL certificate configured on the server ensures an encrypted connection with the FTP server. |
Panel |
---|
title | Configuration parameters |
---|
|
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|
Configuration file* | 1.0.0 | The name of the configuration file, which can be found in the system in the tab Administration -> System Configuration -> Plugin configuration -> Plus FTP Client. The file contains configuration data for the server address, port number, user name, password and SSL. | Text | | Editable field | | Directory* | 1.0.0 | Indicates the location where the files are saved on the server. The directory path can be absolute or relative. An absolute path starts with a forward slash "/" and does not take the current location into account, unlike a relative path for which the current location must be known since we are specifying a directory path relative to that location. | Text | | Editable field | | Document Class* | 1.0.0 | List of names of available document classes from the system. | Text | | Uneditable drop-down list | |
Parameter*- required field |
Panel |
---|
|
The configuration file stores data in JSON format Name of the parameter | From version | Description | Parameter type | Notes and restrictions |
---|
serverAddress* | 1.0.0 | The parameter indicates the server address. The value can be a domain name (e.g. ftp://websiteaddress.com) or an IP address (e.g. 5.249.140.95). | Text | | portNumber* | 1.0.0 | FTP 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 | | ssl* | 1.0.0 | Specifies whether the client's connection to the server is encrypted or not. A value of true means that the FTPs protocol will be used. In this case, an SSL certificate must be configured on the server. A value of false indicates the use of unsecured FTP. | Logic | |
Parameter*- required field |
Panel |
---|
title | Sample configuration |
---|
|
Image Removed
Image Removed
|