m.gunesch
I have problems implementing SFTP with VB6 and ActiveX-Exe.
In the IDE everthing works fine, but as soon I try it with the compiled Exe it crashes at the Connect method of SFTPConnection:
If objSFTP.Connect = sfFTPLib.enumError.ftpErrorSuccess Then
Any ideas?
For FTP I have used the FTPConnectionSTA class:
(Use this class only if your environment doesn't support multiple threads. e.g. VB6, VBScript, JavaScript. In all other cases use the FTPConnectionMTA class instead.)
Is there also a STA class for SFTP?
Thanks in advance!
BR Markus
In the IDE everthing works fine, but as soon I try it with the compiled Exe it crashes at the Connect method of SFTPConnection:
If objSFTP.Connect = sfFTPLib.enumError.ftpErrorSuccess Then
Any ideas?
For FTP I have used the FTPConnectionSTA class:
(Use this class only if your environment doesn't support multiple threads. e.g. VB6, VBScript, JavaScript. In all other cases use the FTPConnectionMTA class instead.)
Is there also a STA class for SFTP?
Thanks in advance!
BR Markus