PLC library
Overview
The TcFTPClient.lib library contains function blocks to control and configure the TwinCAT FTP Client.
Function Blocks
Name | Description |
---|---|
Call state information. | |
|
|
Resolves the given host name to an IPv4 address | |
Open a connection to a FTP Server. (Passive) | |
Open a connection to a FTP Server. (Passive / Active) | |
Close a connection to a FTP Server. | |
Close all connections to a FTP Server | |
Get information from all opened connections | |
|
|
Copy a file to a FTP Server. Use an existing connection. | |
Copy a file to a FTP Server. | |
Copy a file from a FTP Server to an ADS device. Use an existing connection. | |
Copy a file from a FTP Server to an ADS device. | |
|
|
Create a directory on the FTP Server | |
Remove a directory on the FTP Server | |
|
|
Select all files and folder which pass the searchmask. | |
Select all files and folder with additional information which pass the searchmask. | |
Find out if the searched file exist on the FTP Server. | |
Remove a file from the FTP Server. | |
Rename a file on the FTP Server. |
Data Types
Name | Description |
---|---|
Handle of the FTP Server. | |
Information of existing FTP connections. | |
Returning file information of the FTP "LIST" command | |
FTP connection modes (Passiv / Aktiv). |