Dalmane Posted September 23, 2011 Share Posted September 23, 2011 Does DAQFactory support Secure File Transfer Protocol (SFTP) or File Transfer Protocol Secure (FTP-S)? If it does, how do you configure it? Link to comment Share on other sites More sharing options...
AzeoTech Posted September 23, 2011 Share Posted September 23, 2011 No, DAQFactory only supports normal FTP. However, there are alternatives: 1) use normal FTP and put the files in a sub-directory on your server with no other access 2) use the system.shellExecute() function in DAQFactory and a command line SFTP tool to do the SFTP for you instead of DAQFactory. 3) find a SFTP DLL or wrap an SFTP activeX control then use the extern() functions in DAQFactory to bring that functionality in. Probably the best solution is #2. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.