Copying files from FTP server

Hello, Is it possible to download file from external FTP (FTP only, not SFTP) server to AXC F 2152? Are there any function blocks or sth? The application looks like our classic AXC 1050 controller logs data into CSV files that are available on its built-in FTP server. The expected situation is that the AXC F 2152 controller can copy such a file to its memory card. Initially, I considered using the ITL_FTP_FileCopy function blocks available on the AXC 1050, but I found a similar topic in the forum that describes that such a solution is not possible: https://www.plcnext-community.net/en/discussions-2-offcanvas/copy-file-between-plcs-with-fb-in-it-library.html#reply-4358

Hello, I think the easyest way is to use PLCnextBase library: https://www.plcnextstore.com/permalinks/apps/latest/60002172000027 Take a look at FileCopyFTP function inside documentation. If you don’t like it there’s the possibility to use cUrl, or to download some packege with ipkg (it’s full of possibility, even to create FTP Server) Good job!