Client Settings To Connect to IIS7 Server with SSL

Core FTP client questions and answers
Locked
waynedt
Posts: 2
Joined: Fri Dec 30, 2011 7:32 pm

Client Settings To Connect to IIS7 Server with SSL

Post by waynedt »

I can connect to the server just fine when I don't use SSL, but I need to be able to use SSL for certain transfers. FTP SSL setting on the server is "Allow SSL Connections" Port 21 is forwarded to the server in the hardware and Windows Firewalls.
Core FTP is set to port 21. PASV is checked. I have tried different Connection settings and SSL options with no luck.
What are the settings I need to connect to an IIS7 server?
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Post the log from your connection attempt.
waynedt
Posts: 2
Joined: Fri Dec 30, 2011 7:32 pm

Post by waynedt »

Welcome to Core FTP, release ver 2.2, build 1718 (U) -- © 2003-2011
WinSock 2.0
Mem -- 2,097,151 KB, Virt -- 2,097,024 KB
Started on Monday January 09, 2012 at 12:58:PM
Resolving ftp.xxxxxxxxx.com...
Connect socket #916 to xx.xxx.xxx.xx, port 21...
220 Microsoft FTP Service
AUTH TLS
234 AUTH command ok. Expecting TLS Negotiation.
TLSv1, cipher TLSv1/SSLv3 (AES128-SHA) - 128 bit
USER administrator
331 Password required for administrator.
PASS **********
230 User logged in.
PBSZ 0
200 PBSZ command successful.
PROT C
200 PROT command successful.
CCC
200 CCC command successful.
SYST
215 Windows_NT
Keep alive off...
PWD
257 "/" is current directory.
PASV

PORT command failed
Error loading directory...
disconnected
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Builds 1742 and greater will have a fix for this issue.
Locked