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?
Client Settings To Connect to IIS7 Server with SSL
-
- Site Admin
- Posts: 1011
- Joined: Mon Mar 24, 2003 4:37 am
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
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
-
- Site Admin
- Posts: 1011
- Joined: Mon Mar 24, 2003 4:37 am