West Wind Internet and Client Tools
wwSftp
Hello, I need to send a file from my VFP project to an FTP server via SFTP protocol and specified port. I have downloaded several shareware versions of WebConnet (5.72, 6.22, ...). When trying to send a file, I keep getting the error message "Unable to load SecureFtpClient class" (loBridge.CreateInstance("wwDotnetBridge.SecureFtpClient")). Is there a file "wwDotNetBridge.dll" somewhere that contains this class or how to send it correctly?
There are several DLLs required yes. You need to include those DLLs and they need to be accessible via your FoxPro path when the application runs.
More info here:
+++ Rick ---