bobflanagan
Hello,
I have recently setup a new FTP site on a Windows 2008 Server. The server has IIS 7.5. As you may know, FTP capabilites have changed in this version and subsequently I am having problems connecting to this new FTP site. The setup on the server is simple and I basically used the defaults to setup including 'Allow SSL'. However, when I attempt to connect to the FTP server using SmartFTP Client I get the following messages:
[13:36:15] SmartFTP v4.0.1140.0
[13:36:15] Resolving host name "74.208.193.229"
[13:36:15] Connecting to 74.208.193.229 Port: 21
[13:36:15] Connected to 74.208.193.229.
[13:36:15] 220 Microsoft FTP Service
[13:36:15] AUTH TLS
[13:36:15] 234 AUTH command ok. Expecting TLS Negotiation.
[13:36:15] TLS 1.0 encrypted session established.
[13:36:15] Key Exchange: 2048 bit RSA
[13:36:15] Session Cipher: 128 bit AES
[13:36:15] Command channel protection set to Private.
[13:36:15] PBSZ 0
[13:36:15] 200 PBSZ command successful.
[13:36:15] USER administrator
[13:36:15] 331 Password required for administrator.
[13:36:15] PASS (hidden)
[13:36:15] 230 User logged in.
[13:36:15] SYST
[13:36:15] 215 Windows_NT
[13:36:15] Detected Server Type: Windows NT
[13:36:15] RTT: 71.260 ms
[13:36:15] FEAT
[13:36:15] 211-Extended features supported:
[13:36:15] LANG EN*
[13:36:15] UTF8
[13:36:15] AUTH TLS;TLS-C;SSL;TLS-P;
[13:36:15] PBSZ
[13:36:15] PROT C;P;
[13:36:15] CCC
[13:36:15] HOST
[13:36:15] SIZE
[13:36:15] MDTM
[13:36:15] REST STREAM
[13:36:15] 211 END
[13:36:15] OPTS UTF8 ON
[13:36:15] 200 OPTS UTF8 command successful - UTF8 encoding now ON.
[13:36:15] Detected Server Software: Microsoft IIS FTP Service
[13:36:15] PWD
[13:36:15] 257 "/" is current directory.
[13:36:16] TYPE A
[13:36:16] 200 Type set to A.
[13:36:16] PROT P
[13:36:16] 200 PROT command successful.
[13:36:16] PASV
[13:36:16] 227 Entering Passive Mode (74,208,193,229,192,64).
[13:36:16] Opening data connection to 74.208.193.229 Port: 49216
[13:36:16] LIST -aL
[13:36:16] 150 Opening ASCII mode data connection.
[13:36:37] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[13:36:53] 550 Data channel timed out.
So you can see I am logging in successfully but the server is not responding. Now I noticed on the line that says 'Opening data connection' that port 49216 is displayed. Not sure where this port is coming from as I am using port 21. Can anyone see what might be the problem here?
TIA
I have recently setup a new FTP site on a Windows 2008 Server. The server has IIS 7.5. As you may know, FTP capabilites have changed in this version and subsequently I am having problems connecting to this new FTP site. The setup on the server is simple and I basically used the defaults to setup including 'Allow SSL'. However, when I attempt to connect to the FTP server using SmartFTP Client I get the following messages:
[13:36:15] SmartFTP v4.0.1140.0
[13:36:15] Resolving host name "74.208.193.229"
[13:36:15] Connecting to 74.208.193.229 Port: 21
[13:36:15] Connected to 74.208.193.229.
[13:36:15] 220 Microsoft FTP Service
[13:36:15] AUTH TLS
[13:36:15] 234 AUTH command ok. Expecting TLS Negotiation.
[13:36:15] TLS 1.0 encrypted session established.
[13:36:15] Key Exchange: 2048 bit RSA
[13:36:15] Session Cipher: 128 bit AES
[13:36:15] Command channel protection set to Private.
[13:36:15] PBSZ 0
[13:36:15] 200 PBSZ command successful.
[13:36:15] USER administrator
[13:36:15] 331 Password required for administrator.
[13:36:15] PASS (hidden)
[13:36:15] 230 User logged in.
[13:36:15] SYST
[13:36:15] 215 Windows_NT
[13:36:15] Detected Server Type: Windows NT
[13:36:15] RTT: 71.260 ms
[13:36:15] FEAT
[13:36:15] 211-Extended features supported:
[13:36:15] LANG EN*
[13:36:15] UTF8
[13:36:15] AUTH TLS;TLS-C;SSL;TLS-P;
[13:36:15] PBSZ
[13:36:15] PROT C;P;
[13:36:15] CCC
[13:36:15] HOST
[13:36:15] SIZE
[13:36:15] MDTM
[13:36:15] REST STREAM
[13:36:15] 211 END
[13:36:15] OPTS UTF8 ON
[13:36:15] 200 OPTS UTF8 command successful - UTF8 encoding now ON.
[13:36:15] Detected Server Software: Microsoft IIS FTP Service
[13:36:15] PWD
[13:36:15] 257 "/" is current directory.
[13:36:16] TYPE A
[13:36:16] 200 Type set to A.
[13:36:16] PROT P
[13:36:16] 200 PROT command successful.
[13:36:16] PASV
[13:36:16] 227 Entering Passive Mode (74,208,193,229,192,64).
[13:36:16] Opening data connection to 74.208.193.229 Port: 49216
[13:36:16] LIST -aL
[13:36:16] 150 Opening ASCII mode data connection.
[13:36:37] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[13:36:53] 550 Data channel timed out.
So you can see I am logging in successfully but the server is not responding. Now I noticed on the line that says 'Opening data connection' that port 49216 is displayed. Not sure where this port is coming from as I am using port 21. Can anyone see what might be the problem here?
TIA