This shows you the differences between two versions of the page.
en:ftp_adaptor [2019/11/20 07:57] montse [Setup] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======FTP Adaptor ====== | ||
- | |||
- | =====Introduction===== | ||
- | This Adaptor is used to do connections with FTP or SFTP servers and this adaptor is used as a client in a TAST diagram. | ||
- | |||
- | |||
- | =====Setup===== | ||
- | In the initialization process, it's necessary to provide the information to connect with the server. | ||
- | |||
- | |||
- | =====Initialization Parameters===== | ||
- | * **Host:** Name or IP address of the FTP server we want to connect. | ||
- | * **Port:** Port number on which the FTP server listens. | ||
- | * **User:** Username we want to use to make the connection. | ||
- | * **Password:** Password of the user we want to use to make the connection. | ||
- | * **Secure:** Checkbox that indicates whether the connection will be secure or not. | ||