Secure File Transfer Protocol SFTP


Dalmane

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.