Dart Home | PowerTCP SSL for ActiveX | Custom Development | Reply | PowerTCP SSL for ActiveX Topics | Forums |
Author | Forum: PowerTCP SSL for ActiveX Topic: Error in Logging into Secure FTP Server... |
karthiksp From: West Palm Beach, FL USA Posts: 60 Member Since: 08/04/05 |
posted July 19, 2007 6:42 PM Hi, I am evaluvating the Secure FTP Product for our needs. We already using Dart FTP Component and it is working fine without having any problem. Here is the issue I am facing with Secure FTP Control. FTP Server Name : 000.11.22.33 FTP User ID : User FTP Password : Password Port Number : 990 When I CuteFTP Professional to connect manually it is working. Following were the settings in the CUTE FTP Professtional "FTP with TLS/SLL (Port 990 - Implicit)" Option selected in CUTE Ftp. Following is the code I used to connect through DART ole_ftp.object.Passive = True ole_ftp.object.Authentication = atExplicitNormal ole_ftp.object.Protocol = secureTLS ole_ftp.object.Security = secureIgnoreCertificate ole_ftp.object.Login(ServerName, UserID, Password, 990) Error I received is "Error while Logging into FTP Server 500 'AUTH SSL': command not understood" When I use the following code ole_ftp.object.Passive = True ole_ftp.object.Authentication = atImplicitControl ole_ftp.object.Protocol = secureTLS ole_ftp.object.Security = secureIgnoreCertificate ole_ftp.object.Login(ServerName, UserID, Password, 990) Error I received is "Error while Logging into FTP Server Session aborted." Please someone help me in finding why I am getting the error and I am not able to login to the secure FTP Site. Any help or hint is greatly appreciated Thanks Karthik |
PeteY From: London, United Kingdom Posts: 34 Member Since: 01/13/03 |
posted August 8, 2007 4:46 AM Karthiksp, What is the FTPS server you are connecting to? If it is Filezilla Server it may be related to a problem I encountered and is in this forum. I'd recommend using Authentication of "atImplicitNormal" and Protocol of "secureAuto". These settings worked for me. I have never been able to get explicit SSL working as I wanted so wouldn't recommend that setting. Regards Pete Young. |
Reply | PowerTCP SSL for ActiveX Topics | Forums |
This site is powered by PowerTCP WebServer for ActiveX |