Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Polish
Table Excerpt
nameplugininfo
Plugin info
MaintenanceDepartmentDev CUF
LicTypePłatna
ArtifactIdplus-ftp-client
PriceEUR710
PricePLN2 950,00
ShortDescription Wtyczka zawiera zadanie automatyczne służące do wysyłania dokumentów podłączonych do procesu na serwer FTP.
 

 

 

Warning
titleWymagania

Wymagana wersja systemu PWFL: 3.2.149

Wymagana wersja wtyczki PWE: 2.3.50

Wymagana wersja wtyczki Plugin Configuration Manager: 1.0.1

Panel
titleKonfiguracja 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 parametruOd wersjiOpisTyp parametru

Uwagi i ograniczenia

protocol*1.0.0

Określa sposób połączenia klienta z serwerem. Do wyboru są dwa protokoły:

  • FTP - przesyłane pliki, login i hasło nie są szyfrowane.
  • FTPS - zapewnia szyfrowanie przesyłanych danych dostępowych podczas połączenia z serwerem. Stanowi rozszerzenie standardowego protokołu FTP i wykorzystuje protokół SSL/TLS zapewniający poufność i integralność transmisji danych. Aby klient mógł korzystać z FTPS, na serwerze musi być skonfigurowany certyfikat SSL.
TekstWielkość liter w polu nie ma znaczenia (case insensitive).
serverAddress*1.0.0Parametr 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.0Numer portu protokołu FTP.Całkowity 
userName*1.0.0Nazwa 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.0Hasło użytkownika.Tekst 

Parametr*- pole wymagane

Panel
titleZabronione znaki
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.

WindowsLinux
  • " / \ < > ? : * |
  • 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
titlePrzykładowa konfiguracja

Code Block
languagejs
linenumberstrue
{
	"protocol":"ftp",
	"serverAddress":"192.168.0.240",
	"portNumber":21,
	"userName":"anowak",
	"password":"Workflow-u1F%H"
}
Panel
titleDostępne komponenty
:

Klasy ustawiające zmienne / Zadania automatyczne

NazwaWersjaKategoriaID przyciskuOpisSzczegóły
Wysyłanie dokumentów na serwer FTP1.0.0FTP Komponent pozwala na wysłanie wszystkich dokumentów danej klasy podpiętych do procesu na serwer FTP.Więcej...

Zadania zaplanowane

NazwaWersjaKategoriaID przyciskuOpisSzczegóły
Pobieranie dokumentów z serwera FTP1.0.1FTP Zadanie pobiera najnowsze pliki z serwera FTP do katalogu lokalnegoWięcej...
 
Panel

 

titleChange log

1.0.0 (obowiązująca dokumentacja)

  • Dodanie wtyczki

1.0.4

  • Obsługa protokołu SFTP
English
Plugin info
MaintenanceDepartmentDev CUF
LicTypePłatna
ArtifactIdplus-ftp-client
PriceEUR710
PricePLN2 950,00
ShortDescriptionThe plugin contains an automatic task for sending documents attached to a process to the FTP server.
 

 

 

Warning
titleRequirements

System version required PWFL: 3.2.149

Plugin version required PWE: 2.3.50

Plugin version required PCM (Plugin Configuration Manager): 1.0.1

Panel
titleConfiguration 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

Panel
titleForbidden signs
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.

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
Panel
titleSample configuration

 

Code Block
languagejs
linenumberstrue
{
	"protocol":"ftp",
	"serverAddress":"192.168.0.240",
	"portNumber":21,
	"userName":"anowak",
	"password":"Workflow-u1F%H"
}
 
Panel
titleAvailable 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
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...
 
Panel
 
title

 

Change log

1.0.0 (applicable documentation)

  • A plugin adding

1.0.4

  • Supprot for SFTP protocol