Il suggerimento automatico consente di limitare rapidamente i risultati della ricerca grazie al suggerimento di corrispondenze possibili durante la digitazione.
I'm trying to make a simple FTP client to retrieve some files from a server. I want to take into account the case where the client is protected by a firewall. This means, to my knowledge, using the passive mode for the FTP. Is there any way do this with CVI?
CVI FDS 7.1 comes with an Internet Library that allows you to set the passive mode on an FTP connection. You can download an eval version by following this link:
Hi, Indeed, you can developped a FTP client with the LabWindows/CVI 7.1 FTP function set. If an FTP-client application is run from behind a firewall, use the passive, or client�initiated, mode of establishing an FTP data connection. After opening an FTP connection, call the low�level "InetFTPSetPassiveMode" function to set the data connection mode to passive mode. Best regards,