m.gunesch
We have encountered again problems with SFTP:
When I try to connect to a server, the ftp library crashes at "If objFTP.Connect = sfFTPLib.enumError.ftpErrorSuccess Then"
You can try it with your VB6 sample project and following server:
objFTP.Host = "ftpd.ils-consult.fr"
objFTP.Port = 22
objFTP.Username = "smartftp"
objFTP.Password = "smartftp"
objFTP.LogFile = "c:\sftp.log"
I really need some help, because at the moment it's not possible to use SFTP with SmartFTP-Library.
Regards,
Markus
When I try to connect to a server, the ftp library crashes at "If objFTP.Connect = sfFTPLib.enumError.ftpErrorSuccess Then"
You can try it with your VB6 sample project and following server:
objFTP.Host = "ftpd.ils-consult.fr"
objFTP.Port = 22
objFTP.Username = "smartftp"
objFTP.Password = "smartftp"
objFTP.LogFile = "c:\sftp.log"
I really need some help, because at the moment it's not possible to use SFTP with SmartFTP-Library.
Regards,
Markus