Connecting to a Valicert Secure FTP server

Core FTP client questions and answers
Post Reply
bdimon
Posts: 3
Joined: Thu Feb 05, 2004 6:46 pm

Connecting to a Valicert Secure FTP server

Post by bdimon »

I need to connect to a "secure" FTP from Valicert. It allows third party clients to connect. Here's the decription from their web site:
Hardened FTPD Server
FTP protocol handler accepts and validates incoming FTP and FTP/SSL connections and processes FTP commands and file transfers. It supports FTP/SSL using Secure FTP standard (RFC2228) and an alternate FTP/SSL implementation that is more compatible with standard firewall configurations. Based on specified event types, it triggers Event Manager, passes relevant parameters and, for some event types, the incoming data stream.


I'm not sure how to set up Core FTP to log in and upload files to this server. I set up to use Port 21, PASV Transfers (I'm behind a firewall so I assume I need this.) Here are the logs from attempts with the three different SLL Options:
Direct SSL with SSL Listings & SSL Transfers
Log results


Welcome to Core FTP, release ver 1.3, build 1260 (U) -- © 2003
WinSock 2.0
Mem -- 523,756 KB, Virt -- 2,097,024 KB
Started on Thursday February 05, 2004 at 11:09:AM
Resolving sft.vw.com...
Connect socket #676 to 199.5.47.111, port 21...

==========================================================
Auth SSL with SSL Listings & SSL Transfers
Log results

Welcome to Core FTP, release ver 1.3, build 1260 (U) -- © 2003
WinSock 2.0
Mem -- 523,756 KB, Virt -- 2,097,024 KB
Started on Thursday February 05, 2004 at 10:42:AM
Resolving sft.vw.com...
Connect socket #684 to 199.5.47.111, port 21...
220 aseap470 FTP server (SecureTransport 4.1.1) ready.
AUTH SSL
334 SSLv23/TLSv1
USER avista
334 SSLv23/TLSv1

==========================================================
Auth TSL with SSL Listings & SSL Transfers
Log results

Welcome to Core FTP, release ver 1.3, build 1260 (U) -- © 2003
WinSock 2.0
Mem -- 523,756 KB, Virt -- 2,097,024 KB
Started on Thursday February 05, 2004 at 11:13:AM
Resolving sft.vw.com...
Connect socket #680 to 199.5.47.111, port 21...
220 aseap470 FTP server (SecureTransport 4.1.1) ready.
AUTH TLS
334 SSLv23/TLSv1
USER avista
334 SSLv23/TLSv1


According to RFC2228, the "334" reply means:
334 [ADAT=base64data]
; This reply indicates that the requested security mechanism
; is ok, and includes security data to be used by the client
; to construct the next command. The square brackets are not
; to be included in the reply, but indicate that
; security data in the reply is optional.


So I'm looking at the right (destination) pane and everything is disabled. I must be missing a step but I don't know what.

I'm also confused that there is no prompt to accept a certificate. I installed the server's certificate in Internet Explorer (Version 6) but Core FTP's SSL Certificate Management window is empty. What the heck?

Please Help! Thanks
Post Reply