Discuss (FTP) and (SFTP, FTPS and SCP), our Java file transfer clients.
no avatar
User

EditFTPProUser

Posts

10

Joined

Fri Jan 27, 2012 10:38 am

com.enterprisedt.net.puretls.SSLPrematureCloseException

by EditFTPProUser » Fri Jan 27, 2012 11:00 am

Hi,
I am using Edit FTP pro to connect to a vendor FTP site using Implicit FTPS. I am trying to put a file. I have verified that the file is getting to it's destination correctly, but I am getting the following error on the FTP client site

java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.read(SocketInputStream.java:140)
at java.net.SocketInputStream.read(SocketInputStream.java:193)
at java.io.FilterInputStream.read(FilterInputStream.java:77)
at java.io.PushbackInputStream.read(PushbackInputStream.java:133)
at com.enterprisedt.net.puretls.N.A(Unknown Source)
at com.enterprisedt.net.puretls.I.A(Unknown Source)
at com.enterprisedt.net.puretls.Y.A(Unknown Source)
at com.enterprisedt.net.puretls.r.read(Unknown Source)
at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:452)
at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:494)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:222)
at java.io.InputStreamReader.read(InputStreamReader.java:177)
at java.io.BufferedReader.fill(BufferedReader.java:147)
at java.io.BufferedReader.readLine(BufferedReader.java:310)
at java.io.BufferedReader.readLine(BufferedReader.java:373)
at com.enterprisedt.net.ftp.FTPControlSocket.E(Unknown Source)
at com.enterprisedt.net.ftp.FTPClient.validateTransfer(Unknown Source)
at com.enterprisedt.net.ftp.FTPClient.put(Unknown Source)
at com.enterprisedt.net.ftp.FTPClient.put(Unknown Source)
at com.enterprisedt.net.ftp.FTPClient.put(Unknown Source)
..................................................

After having gone through your forums I came across the SSLFTPClient.ConfigFlags.DISABLE_SSL_CLOSURE flag.
I have used that flag as suggested, but I was still getting same exception. So, I increased the timeout value as follows, to see if timeout is an issue.
ftp.setTimeout( 180000 );

Now I am getting the following exception.

com.enterprisedt.net.puretls.SSLPrematureCloseException: Short read
at com.enterprisedt.net.puretls.N.A(Unknown Source)
at com.enterprisedt.net.puretls.I.A(Unknown Source)
at com.enterprisedt.net.puretls.Y.A(Unknown Source)
at com.enterprisedt.net.puretls.r.read(Unknown Source)
at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:452)
at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:494)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:222)
at java.io.InputStreamReader.read(InputStreamReader.java:177)
at java.io.BufferedReader.fill(BufferedReader.java:147)
at java.io.BufferedReader.readLine(BufferedReader.java:310)
at java.io.BufferedReader.readLine(BufferedReader.java:373)
at com.enterprisedt.net.ftp.FTPControlSocket.E(Unknown Source)
at com.enterprisedt.net.ftp.FTPControlSocket.B(Unknown Source)
at com.enterprisedt.net.ftp.FTPControlSocket.<init>(Unknown Source)
at com.enterprisedt.net.ftp.ssl.SSLFTPControlSocket.<init>(Unknown Source)
at com.enterprisedt.net.ftp.ssl.SSLFTPClient.connect(Unknown Source)
...........................................

I really like Edit FTP pro for it's simplicity, documentation and that it is java based. So, I started using it. But we are very close to moving this into production and I really need some help with this or I may be forced to move on to a different FTP program.

Please let me know if you need any more logging informaiton and I will send it right away?

Thanks
Sowjanya
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: com.enterprisedt.net.puretls.SSLPrematureCloseException

by support2 » Fri Jan 27, 2012 11:13 am

First thing is confirm that you can transfer using Filezilla. You could have a firewall problem.
no avatar
User

EditFTPProUser

Posts

10

Joined

Fri Jan 27, 2012 10:38 am

by EditFTPProUser » Fri Jan 27, 2012 11:27 am

I checked with our firewall administrator and all ports i.e. 990,991 and 992(telnet) ports are open.
I am not able to list the file on the FTP server using File Zilla but here is what I see when I tried to send the same file over using Filezilla

I have the FTP Server and ID XXed out.

Status: Resolving address of xxxxxx.xxxxxxxxxx.com
Status: Connecting to 65.164.177.134:990...
Status: Connection established, initializing TLS...
Status: Verifying certificate...
Status: TLS/SSL connection established, waiting for welcome message...
Response: 220-TCP/IP for VSE Internal FTPDAEMN 01.05 F 20090205 02.33
Response: Copyright (c) 1995,2006 Connectivity Systems Incorporated
Response: 220 Ready for new user
Command: USER XXXX
Response: 331 User name okay, need password
Command: PASS *******
Response: 230 User logged in, proceed
Command: SYST
Response: 215 UNIX Simulation on VSE system
Command: FEAT
Response: 211-Extensions supported:
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: EPSV
Response: 211 End
Command: PBSZ 0
Response: 200 Protection buffer size accepted.
Command: PROT P
Response: 200 Data connection set to private.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/"
Command: TYPE I
Response: 200 Command okay
Command: PASV
Response: 227 Entering Passive Mode (65,164,177,134,3,223)
Command: LIST
Response: 150 File status okay; about to open data connection
Response: 150 Opening secure data connection.
Error: Failed to retrieve directory listing
Status: Disconnected from server
20:19:37 Status: Resolving address of xxxxxx.xxxxxxxxxx.com
20:19:37 Status: Connecting to 65.164.177.134:990...
20:19:37 Status: Connection established, initializing TLS...
20:19:37 Trace: CTlsSocket::Handshake()
20:19:37 Trace: CTlsSocket::ContinueHandshake()
20:19:37 Trace: CTlsSocket::OnSend()
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CTlsSocket::ContinueHandshake()
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CTlsSocket::ContinueHandshake()
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CTlsSocket::ContinueHandshake()
20:19:37 Trace: Handshake successful
20:19:37 Trace: Cipher: AES-256-CBC, MAC: SHA1
20:19:37 Status: Verifying certificate...
20:19:37 Trace: CFtpControlSocket::SendNextCommand()
20:19:37 Status: TLS/SSL connection established, waiting for welcome message...
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 220-TCP/IP for VSE Internal FTPDAEMN 01.05 F 20090205 02.33
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: Copyright (c) 1995,2006 Connectivity Systems Incorporated
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 220 Ready for new user
20:19:37 Trace: CFtpControlSocket::SendNextCommand()
20:19:37 Command: USER XXXX
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 331 User name okay, need password
20:19:37 Trace: CFtpControlSocket::SendNextCommand()
20:19:37 Command: PASS *******
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 230 User logged in, proceed
20:19:37 Trace: CFtpControlSocket::SendNextCommand()
20:19:37 Command: PBSZ 0
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 200 Protection buffer size accepted.
20:19:37 Trace: CFtpControlSocket::SendNextCommand()
20:19:37 Command: PROT P
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 200 Data connection set to private.
20:19:37 Status: Connected
20:19:37 Trace: CFtpControlSocket::ResetOperation(0)
20:19:37 Trace: CControlSocket::ResetOperation(0)
20:19:37 Trace: CFileZillaEnginePrivate::ResetOperation(0)
20:19:37 Status: Retrieving directory listing...
20:19:37 Trace: CFtpControlSocket::SendNextCommand()
20:19:37 Trace: CFtpControlSocket::ChangeDirSend()
20:19:37 Command: PWD
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 257 "/"
20:19:37 Trace: CFtpControlSocket::ResetOperation(0)
20:19:37 Trace: CControlSocket::ResetOperation(0)
20:19:37 Trace: CFtpControlSocket::ParseSubcommandResult(0)
20:19:37 Trace: CFtpControlSocket::ListSubcommandResult()
20:19:37 Trace: state = 1
20:19:37 Trace: CFtpControlSocket::SendNextCommand()
20:19:37 Trace: CFtpControlSocket::TransferSend()
20:19:37 Trace: state = 1
20:19:37 Command: TYPE I
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 200 Command okay
20:19:37 Trace: CFtpControlSocket::TransferParseResponse()
20:19:37 Trace: code = 2
20:19:37 Trace: state = 1
20:19:37 Trace: CFtpControlSocket::SendNextCommand()
20:19:37 Trace: CFtpControlSocket::TransferSend()
20:19:37 Trace: state = 2
20:19:37 Command: PASV
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 227 Entering Passive Mode (65,164,177,134,3,223)
20:19:37 Trace: CFtpControlSocket::TransferParseResponse()
20:19:37 Trace: code = 2
20:19:37 Trace: state = 2
20:19:37 Trace: CFtpControlSocket::SendNextCommand()
20:19:37 Trace: CFtpControlSocket::TransferSend()
20:19:37 Trace: state = 4
20:19:37 Command: LIST
20:19:37 Trace: CTransferSocket::OnConnect
20:19:37 Trace: CTlsSocket::Handshake()
20:19:37 Trace: CTlsSocket::ContinueHandshake()
20:19:37 Trace: CTlsSocket::OnSend()
20:19:37 Trace: CTlsSocket::OnSend()
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CTlsSocket::ContinueHandshake()
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 150 File status okay; about to open data connection
20:19:37 Trace: CFtpControlSocket::TransferParseResponse()
20:19:37 Trace: code = 1
20:19:37 Trace: state = 4
20:19:37 Trace: CFtpControlSocket::SendNextCommand()
20:19:37 Trace: CFtpControlSocket::TransferSend()
20:19:37 Trace: state = 5
20:19:37 Trace: CTlsSocket::OnRead()
20:19:37 Trace: CFtpControlSocket::OnReceive()
20:19:37 Response: 150 Opening secure data connection.
20:19:37 Trace: CFtpControlSocket::TransferParseResponse()
20:19:37 Trace: code = 1
20:19:37 Trace: state = 5
20:19:37 Trace: CFtpControlSocket::ResetOperation(2)
20:19:37 Trace: CControlSocket::ResetOperation(2)
20:19:37 Trace: CFtpControlSocket::ParseSubcommandResult(2)
20:19:37 Trace: CFtpControlSocket::ListSubcommandResult()
20:19:37 Trace: state = 3
20:19:37 Trace: CFtpControlSocket::ResetOperation(2)
20:19:37 Trace: CControlSocket::ResetOperation(2)
20:19:37 Error: Failed to retrieve directory listing
20:19:37 Trace: CFileZillaEnginePrivate::ResetOperation(2)
20:20:16 Status: Resolving address of xxxxxx.xxxxxxxxxx.com
20:20:16 Status: Connecting to 65.164.177.134:990...
20:20:16 Status: Connection established, initializing TLS...
20:20:16 Trace: CTlsSocket::Handshake()
20:20:16 Trace: CTlsSocket::ContinueHandshake()
20:20:16 Trace: CTlsSocket::OnSend()
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CTlsSocket::ContinueHandshake()
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CTlsSocket::ContinueHandshake()
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CTlsSocket::ContinueHandshake()
20:20:16 Trace: Handshake successful
20:20:16 Trace: Cipher: AES-256-CBC, MAC: SHA1
20:20:16 Status: Verifying certificate...
20:20:16 Trace: CFtpControlSocket::SendNextCommand()
20:20:16 Status: TLS/SSL connection established, waiting for welcome message...
20:20:16 Trace: CFtpControlSocket::OnReceive()
20:20:16 Response: 220-TCP/IP for VSE Internal FTPDAEMN 01.05 F 20090205 02.33
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CFtpControlSocket::OnReceive()
20:20:16 Response: Copyright (c) 1995,2006 Connectivity Systems Incorporated
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CFtpControlSocket::OnReceive()
20:20:16 Response: 220 Ready for new user
20:20:16 Trace: CFtpControlSocket::SendNextCommand()
20:20:16 Command: USER XXXX
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CFtpControlSocket::OnReceive()
20:20:16 Response: 331 User name okay, need password
20:20:16 Trace: CFtpControlSocket::SendNextCommand()
20:20:16 Command: PASS *******
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CFtpControlSocket::OnReceive()
20:20:16 Response: 230 User logged in, proceed
20:20:16 Trace: CFtpControlSocket::SendNextCommand()
20:20:16 Command: PBSZ 0
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CFtpControlSocket::OnReceive()
20:20:16 Response: 200 Protection buffer size accepted.
20:20:16 Trace: CFtpControlSocket::SendNextCommand()
20:20:16 Command: PROT P
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CFtpControlSocket::OnReceive()
20:20:16 Response: 200 Data connection set to private.
20:20:16 Status: Connected
20:20:16 Trace: CFtpControlSocket::ResetOperation(0)
20:20:16 Trace: CControlSocket::ResetOperation(0)
20:20:16 Trace: CFileZillaEnginePrivate::ResetOperation(0)
20:20:16 Trace: CFtpControlSocket::FileTransfer()
20:20:16 Status: Starting upload of \\lxd0star\pstar\dev01\data\cessions\output\ARBLCES
20:20:16 Trace: CFtpControlSocket::SendNextCommand()
20:20:16 Trace: CFtpControlSocket::ChangeDirSend()
20:20:16 Command: CWD /
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CFtpControlSocket::OnReceive()
20:20:16 Response: 200 Command okay. Operating in Unix simulation mode
20:20:16 Trace: CFtpControlSocket::SendNextCommand()
20:20:16 Trace: CFtpControlSocket::ChangeDirSend()
20:20:16 Command: PWD
20:20:16 Trace: CTlsSocket::OnRead()
20:20:16 Trace: CFtpControlSocket::OnReceive()
20:20:16 Response: 257 "/"
20:20:16 Trace: CFtpControlSocket::ResetOperation(0)
20:20:16 Trace: CControlSocket::ResetOperation(0)
20:20:16 Trace: CFtpControlSocket::ParseSubcommandResult(0)
20:20:16 Trace: FileTransferSubcommandResult()
20:20:16 Status: Retrieving directory listing...
20:20:17 Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p1572038
20:20:17 Trace: CFtpControlSocket::ParseSubcommandResult(0)
20:20:17 Trace: CFtpControlSocket::ListSubcommandResult()
20:20:17 Trace: state = 1
20:20:17 Trace: CFtpControlSocket::SendNextCommand()
20:20:17 Trace: CFtpControlSocket::TransferSend()
20:20:17 Trace: state = 1
20:20:17 Command: TYPE I
20:20:17 Trace: CTlsSocket::OnRead()
20:20:17 Trace: CFtpControlSocket::OnReceive()
20:20:17 Response: 200 Command okay
20:20:17 Trace: CFtpControlSocket::TransferParseResponse()
20:20:17 Trace: code = 2
20:20:17 Trace: state = 1
20:20:17 Trace: CFtpControlSocket::SendNextCommand()
20:20:17 Trace: CFtpControlSocket::TransferSend()
20:20:17 Trace: state = 2
20:20:17 Command: PASV
20:20:17 Trace: CTlsSocket::OnRead()
20:20:17 Trace: CFtpControlSocket::OnReceive()
20:20:17 Response: 227 Entering Passive Mode (65,164,177,134,3,223)
20:20:17 Trace: CFtpControlSocket::TransferParseResponse()
20:20:17 Trace: code = 2
20:20:17 Trace: state = 2
20:20:17 Trace: CFtpControlSocket::SendNextCommand()
20:20:17 Trace: CFtpControlSocket::TransferSend()
20:20:17 Trace: state = 4
20:20:17 Command: LIST
20:20:17 Trace: CTlsSocket::OnRead()
20:20:17 Trace: CTransferSocket::OnConnect
20:20:17 Trace: CTlsSocket::Handshake()
20:20:17 Trace: CTlsSocket::ContinueHandshake()
20:20:17 Trace: CTlsSocket::OnSend()
20:20:17 Trace: CFtpControlSocket::OnReceive()
20:20:17 Response: 150 File status okay; about to open data connection
20:20:17 Trace: CFtpControlSocket::TransferParseResponse()
20:20:17 Trace: code = 1
20:20:17 Trace: state = 4
20:20:17 Trace: CFtpControlSocket::SendNextCommand()
20:20:17 Trace: CFtpControlSocket::TransferSend()
20:20:17 Trace: state = 5
20:20:17 Trace: CTlsSocket::OnSend()
20:20:17 Trace: CTlsSocket::OnRead()
20:20:17 Trace: CTlsSocket::ContinueHandshake()
20:20:17 Trace: CTlsSocket::OnRead()
20:20:17 Trace: CFtpControlSocket::OnReceive()
20:20:17 Response: 150 Opening secure data connection.
20:20:17 Trace: CFtpControlSocket::TransferParseResponse()
20:20:17 Trace: code = 1
20:20:17 Trace: state = 5
20:20:17 Trace: CFtpControlSocket::ResetOperation(2)
20:20:17 Trace: CControlSocket::ResetOperation(2)
20:20:17 Trace: CFtpControlSocket::ParseSubcommandResult(2)
20:20:17 Trace: CFtpControlSocket::ListSubcommandResult()
20:20:17 Trace: state = 3
20:20:17 Trace: CFtpControlSocket::ResetOperation(2)
20:20:17 Trace: CControlSocket::ResetOperation(2)
20:20:17 Trace: CFtpControlSocket::ParseSubcommandResult(2)
20:20:17 Trace: FileTransferSubcommandResult()
20:20:17 Trace: CFtpControlSocket::SendNextCommand()
20:20:17 Status: ftpcontrolsocket.cpp(1840): Waiting for replies to skip before sending next command... caller=0p1572038
20:20:37 Error: Connection timed out
20:20:37 Trace: CControlSocket::DoClose(2050)
20:20:37 Trace: CFtpControlSocket::ResetOperation(2114)
20:20:37 Trace: CControlSocket::ResetOperation(2114)
20:20:37 Error: File transfer failed
20:20:37 Trace: CFileZillaEnginePrivate::ResetOperation(2114)
20:20:37 Trace: CControlSocket::DoClose(64)
20:20:37 Trace: CControlSocket::DoClose(64)
20:20:37 Status: Resolving address of xxxxxx.xxxxxxxxxx.com
20:20:37 Status: Connecting to 65.164.177.134:990...
20:20:37 Status: Connection established, initializing TLS...
20:20:37 Trace: CTlsSocket::Handshake()
20:20:37 Trace: CTlsSocket::ContinueHandshake()
20:20:37 Trace: CTlsSocket::OnRead()
20:20:37 Trace: CTlsSocket::ContinueHandshake()
20:20:37 Trace: CTlsSocket::OnSend()
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CTlsSocket::ContinueHandshake()
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CTlsSocket::ContinueHandshake()
20:20:38 Trace: Handshake successful
20:20:38 Trace: Cipher: AES-256-CBC, MAC: SHA1
20:20:38 Status: Verifying certificate...
20:20:38 Trace: CFtpControlSocket::SendNextCommand()
20:20:38 Status: TLS/SSL connection established, waiting for welcome message...
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: 220-TCP/IP for VSE Internal FTPDAEMN 01.05 F 20090205 02.33
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: Copyright (c) 1995,2006 Connectivity Systems Incorporated
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: 220 Ready for new user
20:20:38 Trace: CFtpControlSocket::SendNextCommand()
20:20:38 Command: USER XXXX
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: 331 User name okay, need password
20:20:38 Trace: CFtpControlSocket::SendNextCommand()
20:20:38 Command: PASS *******
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: 230 User logged in, proceed
20:20:38 Trace: CFtpControlSocket::SendNextCommand()
20:20:38 Command: PBSZ 0
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: 200 Protection buffer size accepted.
20:20:38 Trace: CFtpControlSocket::SendNextCommand()
20:20:38 Command: PROT P
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: 200 Data connection set to private.
20:20:38 Status: Connected
20:20:38 Trace: CFtpControlSocket::ResetOperation(0)
20:20:38 Trace: CControlSocket::ResetOperation(0)
20:20:38 Trace: CFileZillaEnginePrivate::ResetOperation(0)
20:20:38 Trace: CFtpControlSocket::FileTransfer()
20:20:38 Status: Starting upload of \\lxd0star\pstar\dev01\data\cessions\output\ARBLCES
20:20:38 Trace: CFtpControlSocket::SendNextCommand()
20:20:38 Trace: CFtpControlSocket::ChangeDirSend()
20:20:38 Command: CWD /
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: 200 Command okay. Operating in Unix simulation mode
20:20:38 Trace: CFtpControlSocket::ResetOperation(0)
20:20:38 Trace: CControlSocket::ResetOperation(0)
20:20:38 Trace: CFtpControlSocket::ParseSubcommandResult(0)
20:20:38 Trace: FileTransferSubcommandResult()
20:20:38 Status: Retrieving directory listing...
20:20:38 Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p1572038
20:20:38 Trace: CFtpControlSocket::ParseSubcommandResult(0)
20:20:38 Trace: CFtpControlSocket::ListSubcommandResult()
20:20:38 Trace: state = 1
20:20:38 Trace: CFtpControlSocket::SendNextCommand()
20:20:38 Trace: CFtpControlSocket::TransferSend()
20:20:38 Trace: state = 1
20:20:38 Command: TYPE I
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: 200 Command okay
20:20:38 Trace: CFtpControlSocket::TransferParseResponse()
20:20:38 Trace: code = 2
20:20:38 Trace: state = 1
20:20:38 Trace: CFtpControlSocket::SendNextCommand()
20:20:38 Trace: CFtpControlSocket::TransferSend()
20:20:38 Trace: state = 2
20:20:38 Command: PASV
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: 227 Entering Passive Mode (65,164,177,134,3,223)
20:20:38 Trace: CFtpControlSocket::TransferParseResponse()
20:20:38 Trace: code = 2
20:20:38 Trace: state = 2
20:20:38 Trace: CFtpControlSocket::SendNextCommand()
20:20:38 Trace: CFtpControlSocket::TransferSend()
20:20:38 Trace: state = 4
20:20:38 Command: LIST
20:20:38 Trace: CTransferSocket::OnConnect
20:20:38 Trace: CTlsSocket::Handshake()
20:20:38 Trace: CTlsSocket::ContinueHandshake()
20:20:38 Trace: CTlsSocket::OnSend()
20:20:38 Trace: CTlsSocket::OnSend()
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CTlsSocket::ContinueHandshake()
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:38 Response: 150 File status okay; about to open data connection
20:20:38 Trace: CFtpControlSocket::TransferParseResponse()
20:20:38 Trace: code = 1
20:20:38 Trace: state = 4
20:20:38 Trace: CFtpControlSocket::SendNextCommand()
20:20:38 Trace: CFtpControlSocket::TransferSend()
20:20:38 Trace: state = 5
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CTlsSocket::OnRead()
20:20:38 Trace: CTlsSocket::ContinueHandshake()
20:20:38 Trace: Handshake successful
20:20:38 Trace: Session resumed
20:20:38 Trace: Cipher: AES-256-CBC, MAC: SHA1
20:20:38 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: 150 Opening secure data connection.
20:20:39 Trace: CFtpControlSocket::TransferParseResponse()
20:20:39 Trace: code = 1
20:20:39 Trace: state = 5
20:20:39 Trace: CFtpControlSocket::ResetOperation(2)
20:20:39 Trace: CControlSocket::ResetOperation(2)
20:20:39 Trace: CFtpControlSocket::ParseSubcommandResult(2)
20:20:39 Trace: CFtpControlSocket::ListSubcommandResult()
20:20:39 Trace: state = 3
20:20:39 Trace: CFtpControlSocket::ResetOperation(2)
20:20:39 Trace: CControlSocket::ResetOperation(2)
20:20:39 Trace: CFtpControlSocket::ParseSubcommandResult(2)
20:20:39 Trace: FileTransferSubcommandResult()
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Status: ftpcontrolsocket.cpp(1840): Waiting for replies to skip before sending next command... caller=0p1572038
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: 226 Closing data connection
20:20:39 Trace: Skipping reply after cancelled operation or keepalive command.
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: FileTransferSend()
20:20:39 Command: SIZE ARBLCES
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: 500 Syntax error, command unrecognized
20:20:39 Trace: FileTransferParseResponse()
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: FileTransferSend()
20:20:39 Command: MDTM ARBLCES
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: 500 Syntax error, command unrecognized
20:20:39 Trace: FileTransferParseResponse()
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: FileTransferSend()
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: CFtpControlSocket::TransferSend()
20:20:39 Trace: state = 2
20:20:39 Command: PASV
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: 227 Entering Passive Mode (65,164,177,134,3,223)
20:20:39 Trace: CFtpControlSocket::TransferParseResponse()
20:20:39 Trace: code = 2
20:20:39 Trace: state = 2
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: CFtpControlSocket::TransferSend()
20:20:39 Trace: state = 4
20:20:39 Command: STOR ARBLCES
20:20:39 Trace: CTransferSocket::OnConnect
20:20:39 Trace: CTlsSocket::Handshake()
20:20:39 Trace: CTlsSocket::ContinueHandshake()
20:20:39 Trace: CTlsSocket::OnSend()
20:20:39 Trace: CTlsSocket::OnSend()
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CTlsSocket::ContinueHandshake()
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: 150-About to open passive data connection
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: 150 Opening secure data connection.
20:20:39 Trace: CFtpControlSocket::TransferParseResponse()
20:20:39 Trace: code = 1
20:20:39 Trace: state = 4
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: CFtpControlSocket::TransferSend()
20:20:39 Trace: state = 5
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CTlsSocket::ContinueHandshake()
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CTlsSocket::ContinueHandshake()
20:20:39 Trace: Handshake successful
20:20:39 Trace: Cipher: AES-256-CBC, MAC: SHA1
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CTransferSocket::OnConnect
20:20:39 Trace: CTlsSocket::Shutdown()
20:20:39 Trace: CTransferSocket::TransferEnd(1)
20:20:39 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: File:ARBLCES
20:20:39 Trace: CFtpControlSocket::TransferParseResponse()
20:20:39 Trace: code = 0
20:20:39 Trace: state = 5
20:20:39 Trace: CFtpControlSocket::ResetOperation(2)
20:20:39 Trace: CControlSocket::ResetOperation(2)
20:20:39 Trace: CFtpControlSocket::ParseSubcommandResult(2)
20:20:39 Trace: FileTransferSubcommandResult()
20:20:39 Trace: CFtpControlSocket::ResetOperation(2)
20:20:39 Trace: CControlSocket::ResetOperation(2)
20:20:39 Error: File transfer failed
20:20:39 Trace: CFileZillaEnginePrivate::ResetOperation(2)
20:20:39 Trace: CFtpControlSocket::FileTransfer()
20:20:39 Status: Starting upload of \\lxd0star\pstar\dev01\data\cessions\output\ARBLCES
20:20:39 Trace: CFtpControlSocket::ParseSubcommandResult(0)
20:20:39 Trace: FileTransferSubcommandResult()
20:20:39 Status: Retrieving directory listing...
20:20:39 Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p1572038
20:20:39 Trace: CFtpControlSocket::ParseSubcommandResult(0)
20:20:39 Trace: CFtpControlSocket::ListSubcommandResult()
20:20:39 Trace: state = 1
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: CFtpControlSocket::TransferSend()
20:20:39 Trace: state = 2
20:20:39 Command: PASV
20:20:39 Trace: CFtpControlSocket::TransferEnd()
20:20:39 Trace: ftpcontrolsocket.cpp(2791): Call to TransferEnd at unusual time caller=0p1572038
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: Type:ASCII Recfm:FB Lrecl: 80 Blksize: 80
20:20:39 Trace: CFtpControlSocket::TransferParseResponse()
20:20:39 Trace: code = 0
20:20:39 Trace: state = 2
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: CFtpControlSocket::TransferSend()
20:20:39 Trace: state = 2
20:20:39 Command: PORT 10,1,203,228,12,186
20:20:39 Response: CC=ON UNIX=ON RECLF=OFF TRCC=OFF CRLF=ON NAT=NO CONT=OFF
20:20:39 Trace: CFtpControlSocket::TransferParseResponse()
20:20:39 Trace: code = 0
20:20:39 Trace: state = 2
20:20:39 Trace: CFtpControlSocket::ResetOperation(2)
20:20:39 Trace: CControlSocket::ResetOperation(2)
20:20:39 Trace: CFtpControlSocket::ParseSubcommandResult(2)
20:20:39 Trace: CFtpControlSocket::ListSubcommandResult()
20:20:39 Trace: state = 3
20:20:39 Trace: CFtpControlSocket::ResetOperation(2)
20:20:39 Trace: CControlSocket::ResetOperation(2)
20:20:39 Trace: CFtpControlSocket::ParseSubcommandResult(2)
20:20:39 Trace: FileTransferSubcommandResult()
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: FileTransferSend()
20:20:39 Command: SIZE ARBLCES
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: 502 PORT command not allowed. Use passive mode.
20:20:39 Trace: FileTransferParseResponse()
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: FileTransferSend()
20:20:39 Command: MDTM ARBLCES
20:20:39 Response: Translate with US_ENG_03
20:20:39 Trace: FileTransferParseResponse()
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: FileTransferSend()
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: CFtpControlSocket::TransferSend()
20:20:39 Trace: state = 2
20:20:39 Command: PASV
20:20:39 Trace: CTlsSocket::OnRead()
20:20:39 Trace: CFtpControlSocket::OnReceive()
20:20:39 Response: MODE=Stream STRU=File
20:20:39 Trace: CFtpControlSocket::TransferParseResponse()
20:20:39 Trace: code = 0
20:20:39 Trace: state = 2
20:20:39 Trace: CFtpControlSocket::SendNextCommand()
20:20:39 Trace: CFtpControlSocket::TransferSend()
20:20:39 Trace: state = 2
20:20:39 Command: PORT 10,1,203,228,12,187
20:20:40 Trace: CTlsSocket::OnRead()
20:20:40 Trace: CFtpControlSocket::OnReceive()
20:20:40 Response: 502 PORT command not allowed. Use passive mode.
20:20:40 Trace: CFtpControlSocket::TransferParseResponse()
20:20:40 Trace: code = 5
20:20:40 Trace: state = 2
20:20:40 Trace: CFtpControlSocket::ResetOperation(2)
20:20:40 Trace: CControlSocket::ResetOperation(2)
20:20:40 Trace: CFtpControlSocket::ParseSubcommandResult(2)
20:20:40 Trace: FileTransferSubcommandResult()
20:20:40 Trace: CFtpControlSocket::ResetOperation(2)
20:20:40 Trace: CControlSocket::ResetOperation(2)
20:20:40 Error: File transfer failed
20:20:40 Trace: CFileZillaEnginePrivate::ResetOperation(2)
20:20:40 Status: Retrieving directory listing...
20:20:40 Trace: CFtpControlSocket::ParseSubcommandResult(0)
20:20:40 Trace: CFtpControlSocket::ListSubcommandResult()
20:20:40 Trace: state = 1
20:20:40 Trace: CFtpControlSocket::SendNextCommand()
20:20:40 Trace: CFtpControlSocket::TransferSend()
20:20:40 Trace: state = 2
20:20:40 Command: PASV
20:20:40 Trace: CTlsSocket::OnRead()
20:20:40 Trace: CFtpControlSocket::OnReceive()
20:20:40 Response: 226-Bytes received: 328
20:20:40 Trace: CTlsSocket::OnRead()
20:20:40 Trace: CFtpControlSocket::OnReceive()
20:20:40 Response: Records received: 4
20:20:40 Trace: CTlsSocket::OnRead()
20:20:40 Trace: CFtpControlSocket::OnReceive()
20:20:40 Response: Transfer Seconds: .00 ( 328-bytes)
20:20:40 Trace: CTlsSocket::OnRead()
20:20:40 Trace: CFtpControlSocket::OnReceive()
20:20:40 Response: File I/O Seconds: .02 ( 16K per second)
20:20:40 Trace: CTlsSocket::OnRead()
20:20:40 Trace: CFtpControlSocket::OnReceive()
20:20:40 Response: 226 Closing data connection
20:20:40 Trace: CFtpControlSocket::TransferParseResponse()
20:20:40 Trace: code = 2
20:20:40 Trace: state = 2
20:20:40 Trace: CFtpControlSocket::SendNextCommand()
20:20:40 Trace: CFtpControlSocket::TransferSend()
20:20:40 Trace: state = 2
20:20:40 Command: PORT 10,1,203,228,12,188
20:20:40 Trace: CTlsSocket::OnRead()
20:20:40 Trace: CFtpControlSocket::OnReceive()
20:20:40 Response: 502 PORT command not allowed. Use passive mode.
20:20:40 Trace: CFtpControlSocket::TransferParseResponse()
20:20:40 Trace: code = 5
20:20:40 Trace: state = 2
20:20:40 Trace: CFtpControlSocket::ResetOperation(2)
20:20:40 Trace: CControlSocket::ResetOperation(2)
20:20:40 Trace: CFtpControlSocket::ParseSubcommandResult(2)
20:20:40 Trace: CFtpControlSocket::ListSubcommandResult()
20:20:40 Trace: state = 3
20:20:40 Trace: CFtpControlSocket::ResetOperation(2)
20:20:40 Trace: CControlSocket::ResetOperation(2)
20:20:40 Error: Failed to retrieve directory listing
20:20:40 Trace: CFileZillaEnginePrivate::ResetOperation(2)
20:20:41 Trace: CTlsSocket::OnRead()
20:20:41 Trace: CFtpControlSocket::OnReceive()
20:20:41 Response: 227 Entering Passive Mode (65,164,177,134,3,223)
20:20:41 Trace: Unexpected reply, no reply was pending.
20:20:50 Trace: CTlsSocket::OnRead()
20:20:50 Trace: CFtpControlSocket::OnReceive()
20:20:50 Response: 425 Data connection cannot be opened. The operation timed out.
20:20:50 Trace: Unexpected reply, no reply was pending.
20:21:00 Status: Disconnected from server
20:21:00 Trace: CControlSocket::DoClose(64)
20:21:00 Trace: CFtpControlSocket::ResetOperation(66)
20:21:00 Trace: CControlSocket::ResetOperation(66)
20:21:00 Trace: CFileZillaEnginePrivate::ResetOperation(66)
20:21:00 Trace: CControlSocket::DoClose(64)
20:21:00 Trace: CControlSocket::DoClose(64)
20:21:00 Trace: CFileZillaEnginePrivate::ResetOperation(0)
20:21:40 Status: Disconnected from server
20:21:40 Trace: CControlSocket::DoClose(64)
20:21:40 Trace: CFtpControlSocket::ResetOperation(66)
20:21:40 Trace: CControlSocket::ResetOperation(66)
20:21:40 Trace: CFileZillaEnginePrivate::ResetOperation(66)
20:21:40 Trace: CControlSocket::DoClose(64)
20:21:40 Trace: CControlSocket::DoClose(64)
20:21:40 Trace: CFileZillaEnginePrivate::ResetOperation(0)
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Fri Jan 27, 2012 12:20 pm

It's not port 990 that is the problem. A firewall is preventing connection from your client to the server on the data port, which is specified in the PASV command and completely different to port 990. Before talking to your administrator, you should probably try active mode transfers - try Filezilla first.
no avatar
User

EditFTPProUser

Posts

10

Joined

Fri Jan 27, 2012 10:38 am

by EditFTPProUser » Fri Jan 27, 2012 1:26 pm

Realy appreciate the quick response.
I see the following line fileZilla log referring to port command and passive mode.

22:02:28 Response: 502 PORT command not allowed. Use passive mode.

What does that mean?

When I tried to put the file in active mode with FileZilla, I got the following response.


22:01:48 Status: Resolving address of xxxxxx.xxxxxxxxxx.com
22:01:48 Status: Connecting to 65.164.177.134:990...
22:01:49 Status: Connection established, initializing TLS...
22:01:49 Trace: CTlsSocket::Handshake()
22:01:49 Trace: CTlsSocket::ContinueHandshake()
22:01:49 Trace: CTlsSocket::OnSend()
22:01:49 Trace: CTlsSocket::OnRead()
22:01:49 Trace: CTlsSocket::ContinueHandshake()
22:01:49 Trace: CTlsSocket::OnRead()
22:01:49 Trace: CTlsSocket::ContinueHandshake()
22:01:49 Trace: CTlsSocket::OnRead()
22:01:49 Trace: CTlsSocket::ContinueHandshake()
22:01:49 Trace: Handshake successful
22:01:49 Trace: Cipher: AES-256-CBC, MAC: SHA1
22:01:49 Status: Verifying certificate...
22:02:27 Trace: CFtpControlSocket::SendNextCommand()
22:02:27 Status: TLS/SSL connection established, waiting for welcome message...
22:02:27 Trace: CFtpControlSocket::OnReceive()
22:02:27 Response: 220-TCP/IP for VSE Internal FTPDAEMN 01.05 F 20090205 02.33
22:02:27 Response: Copyright (c) 1995,2006 Connectivity Systems Incorporated
22:02:27 Response: 220 Ready for new user
22:02:27 Trace: CFtpControlSocket::SendNextCommand()
22:02:27 Command: USER XXXX
22:02:27 Trace: CTlsSocket::OnRead()
22:02:27 Trace: CFtpControlSocket::OnReceive()
22:02:27 Response: 331 User name okay, need password
22:02:27 Trace: CFtpControlSocket::SendNextCommand()
22:02:27 Command: PASS *******
22:02:27 Trace: CTlsSocket::OnRead()
22:02:27 Trace: CFtpControlSocket::OnReceive()
22:02:27 Response: 230 User logged in, proceed
22:02:27 Trace: CFtpControlSocket::SendNextCommand()
22:02:27 Command: SYST
22:02:27 Trace: CTlsSocket::OnRead()
22:02:27 Trace: CFtpControlSocket::OnReceive()
22:02:27 Response: 215 UNIX Simulation on VSE system
22:02:27 Trace: CFtpControlSocket::SendNextCommand()
22:02:27 Command: FEAT
22:02:28 Trace: CTlsSocket::OnRead()
22:02:28 Trace: CFtpControlSocket::OnReceive()
22:02:28 Response: 211-Extensions supported:
22:02:28 Response: AUTH TLS
22:02:28 Response: PBSZ
22:02:28 Response: PROT
22:02:28 Response: EPSV
22:02:28 Response: 211 End
22:02:28 Trace: CFtpControlSocket::SendNextCommand()
22:02:28 Command: PBSZ 0
22:02:28 Trace: CTlsSocket::OnRead()
22:02:28 Trace: CFtpControlSocket::OnReceive()
22:02:28 Response: 200 Protection buffer size accepted.
22:02:28 Trace: CFtpControlSocket::SendNextCommand()
22:02:28 Command: PROT P
22:02:28 Trace: CTlsSocket::OnRead()
22:02:28 Trace: CFtpControlSocket::OnReceive()
22:02:28 Response: 200 Data connection set to private.
22:02:28 Status: Connected
22:02:28 Trace: CFtpControlSocket::ResetOperation(0)
22:02:28 Trace: CControlSocket::ResetOperation(0)
22:02:28 Trace: CFileZillaEnginePrivate::ResetOperation(0)
22:02:28 Status: Retrieving directory listing...
22:02:28 Trace: CFtpControlSocket::SendNextCommand()
22:02:28 Trace: CFtpControlSocket::ChangeDirSend()
22:02:28 Command: PWD
22:02:28 Trace: CTlsSocket::OnRead()
22:02:28 Trace: CFtpControlSocket::OnReceive()
22:02:28 Response: 257 "/"
22:02:28 Trace: CFtpControlSocket::ResetOperation(0)
22:02:28 Trace: CControlSocket::ResetOperation(0)
22:02:28 Trace: CFtpControlSocket::ParseSubcommandResult(0)
22:02:28 Trace: CFtpControlSocket::ListSubcommandResult()
22:02:28 Trace: state = 1
22:02:28 Trace: CFtpControlSocket::SendNextCommand()
22:02:28 Trace: CFtpControlSocket::TransferSend()
22:02:28 Trace: state = 1
22:02:28 Command: TYPE I
22:02:28 Trace: CTlsSocket::OnRead()
22:02:28 Trace: CFtpControlSocket::OnReceive()
22:02:28 Response: 200 Command okay
22:02:28 Trace: CFtpControlSocket::TransferParseResponse()
22:02:28 Trace: code = 2
22:02:28 Trace: state = 1
22:02:28 Trace: CFtpControlSocket::SendNextCommand()
22:02:28 Trace: CFtpControlSocket::TransferSend()
22:02:28 Trace: state = 2
22:02:28 Command: PORT 157,250,86,7,4,167
22:02:28 Trace: CTlsSocket::OnRead()
22:02:28 Trace: CFtpControlSocket::OnReceive()
22:02:28 Response: 502 PORT command not allowed. Use passive mode.
22:02:28 Trace: CFtpControlSocket::TransferParseResponse()
22:02:28 Trace: code = 5
22:02:28 Trace: state = 2
22:02:28 Trace: CFtpControlSocket::SendNextCommand()
22:02:28 Trace: CFtpControlSocket::TransferSend()
22:02:28 Trace: state = 2
22:02:28 Command: PASV
22:02:29 Trace: CTlsSocket::OnRead()
22:02:29 Trace: CFtpControlSocket::OnReceive()
22:02:29 Response: 227 Entering Passive Mode (65,164,177,134,3,223)
22:02:29 Trace: CFtpControlSocket::TransferParseResponse()
22:02:29 Trace: code = 2
22:02:29 Trace: state = 2
22:02:29 Trace: CFtpControlSocket::SendNextCommand()
22:02:29 Trace: CFtpControlSocket::TransferSend()
22:02:29 Trace: state = 4
22:02:29 Command: LIST
22:02:29 Trace: CTransferSocket::OnConnect
22:02:29 Trace: CTlsSocket::Handshake()
22:02:29 Trace: CTlsSocket::ContinueHandshake()
22:02:29 Trace: CTlsSocket::OnSend()
22:02:29 Trace: CTlsSocket::OnRead()
22:02:29 Trace: CTlsSocket::OnSend()
22:02:29 Trace: CTlsSocket::OnRead()
22:02:29 Trace: CTlsSocket::ContinueHandshake()
22:02:29 Trace: CFtpControlSocket::OnReceive()
22:02:29 Response: 150 File status okay; about to open data connection
22:02:29 Trace: CFtpControlSocket::TransferParseResponse()
22:02:29 Trace: code = 1
22:02:29 Trace: state = 4
22:02:29 Trace: CFtpControlSocket::SendNextCommand()
22:02:29 Trace: CFtpControlSocket::TransferSend()
22:02:29 Trace: state = 5
22:02:29 Trace: CTlsSocket::OnRead()
22:02:29 Trace: CFtpControlSocket::OnReceive()
22:02:29 Response: 150 Opening secure data connection.
22:02:29 Trace: CFtpControlSocket::TransferParseResponse()
22:02:29 Trace: code = 1
22:02:29 Trace: state = 5
22:02:29 Trace: CFtpControlSocket::ResetOperation(2)
22:02:29 Trace: CControlSocket::ResetOperation(2)
22:02:29 Trace: CFtpControlSocket::ParseSubcommandResult(2)
22:02:29 Trace: CFtpControlSocket::ListSubcommandResult()
22:02:29 Trace: state = 3
22:02:29 Trace: CFtpControlSocket::ResetOperation(2)
22:02:29 Trace: CControlSocket::ResetOperation(2)
22:02:29 Error: Failed to retrieve directory listing
22:02:29 Trace: CFileZillaEnginePrivate::ResetOperation(2)
22:03:17 Status: Resolving address of xxxxxx.xxxxxxxxxx.com
22:03:17 Status: Connecting to 65.164.177.134:990...
22:03:17 Status: Connection established, initializing TLS...
22:03:17 Trace: CTlsSocket::Handshake()
22:03:17 Trace: CTlsSocket::ContinueHandshake()
22:03:17 Trace: CTlsSocket::OnSend()
22:03:17 Trace: CTlsSocket::OnRead()
22:03:17 Trace: CTlsSocket::ContinueHandshake()
22:03:18 Trace: CTlsSocket::OnRead()
22:03:18 Trace: CTlsSocket::ContinueHandshake()
22:03:18 Trace: CTlsSocket::OnRead()
22:03:18 Trace: CTlsSocket::ContinueHandshake()
22:03:18 Trace: Handshake successful
22:03:18 Trace: Cipher: AES-256-CBC, MAC: SHA1
22:03:18 Status: Verifying certificate...
22:03:18 Trace: CFtpControlSocket::SendNextCommand()
22:03:18 Status: TLS/SSL connection established, waiting for welcome message...
22:03:18 Trace: CFtpControlSocket::OnReceive()
22:03:18 Response: 220-TCP/IP for VSE Internal FTPDAEMN 01.05 F 20090205 02.33
22:03:18 Trace: CTlsSocket::OnRead()
22:03:18 Trace: CFtpControlSocket::OnReceive()
22:03:18 Response: Copyright (c) 1995,2006 Connectivity Systems Incorporated
22:03:18 Trace: CTlsSocket::OnRead()
22:03:18 Trace: CFtpControlSocket::OnReceive()
22:03:18 Response: 220 Ready for new user
22:03:18 Trace: CFtpControlSocket::SendNextCommand()
22:03:18 Command: USER XXXX
22:03:18 Trace: CTlsSocket::OnRead()
22:03:18 Trace: CFtpControlSocket::OnReceive()
22:03:18 Response: 331 User name okay, need password
22:03:18 Trace: CFtpControlSocket::SendNextCommand()
22:03:18 Command: PASS *******
22:03:18 Trace: CTlsSocket::OnRead()
22:03:18 Trace: CFtpControlSocket::OnReceive()
22:03:18 Response: 230 User logged in, proceed
22:03:18 Trace: CFtpControlSocket::SendNextCommand()
22:03:18 Command: PBSZ 0
22:03:18 Trace: CTlsSocket::OnRead()
22:03:18 Trace: CFtpControlSocket::OnReceive()
22:03:18 Response: 200 Protection buffer size accepted.
22:03:18 Trace: CFtpControlSocket::SendNextCommand()
22:03:18 Command: PROT P
22:03:18 Trace: CTlsSocket::OnRead()
22:03:18 Trace: CFtpControlSocket::OnReceive()
22:03:18 Response: 200 Data connection set to private.
22:03:18 Status: Connected
22:03:18 Trace: CFtpControlSocket::ResetOperation(0)
22:03:18 Trace: CControlSocket::ResetOperation(0)
22:03:18 Trace: CFileZillaEnginePrivate::ResetOperation(0)
22:03:19 Trace: CFtpControlSocket::FileTransfer()
22:03:19 Status: Starting upload of \\lxd0star\pstar\dev01\data\cessions\output\ARBLCES
22:03:19 Trace: CFtpControlSocket::SendNextCommand()
22:03:19 Trace: CFtpControlSocket::ChangeDirSend()
22:03:19 Command: CWD /
22:03:19 Trace: CTlsSocket::OnRead()
22:03:19 Trace: CFtpControlSocket::OnReceive()
22:03:19 Response: 200 Command okay. Operating in Unix simulation mode
22:03:19 Trace: CFtpControlSocket::SendNextCommand()
22:03:19 Trace: CFtpControlSocket::ChangeDirSend()
22:03:19 Command: PWD
22:03:19 Trace: CTlsSocket::OnRead()
22:03:19 Trace: CFtpControlSocket::OnReceive()
22:03:19 Response: 257 "/"
22:03:19 Trace: CFtpControlSocket::ResetOperation(0)
22:03:19 Trace: CControlSocket::ResetOperation(0)
22:03:19 Trace: CFtpControlSocket::ParseSubcommandResult(0)
22:03:19 Trace: FileTransferSubcommandResult()
22:03:19 Status: Retrieving directory listing...
22:03:19 Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p155ce50
22:03:19 Trace: CFtpControlSocket::ParseSubcommandResult(0)
22:03:19 Trace: CFtpControlSocket::ListSubcommandResult()
22:03:19 Trace: state = 1
22:03:19 Trace: CFtpControlSocket::SendNextCommand()
22:03:19 Trace: CFtpControlSocket::TransferSend()
22:03:19 Trace: state = 1
22:03:19 Command: TYPE I
22:03:19 Trace: CTlsSocket::OnRead()
22:03:19 Trace: CFtpControlSocket::OnReceive()
22:03:19 Response: 200 Command okay
22:03:19 Trace: CFtpControlSocket::TransferParseResponse()
22:03:19 Trace: code = 2
22:03:19 Trace: state = 1
22:03:19 Trace: CFtpControlSocket::SendNextCommand()
22:03:19 Trace: CFtpControlSocket::TransferSend()
22:03:19 Trace: state = 2
22:03:19 Command: PORT 157,250,86,7,4,199
22:03:19 Trace: CTlsSocket::OnRead()
22:03:19 Trace: CFtpControlSocket::OnReceive()
22:03:19 Response: 502 PORT command not allowed. Use passive mode.
22:03:19 Trace: CFtpControlSocket::TransferParseResponse()
22:03:19 Trace: code = 5
22:03:19 Trace: state = 2
22:03:19 Trace: CFtpControlSocket::SendNextCommand()
22:03:19 Trace: CFtpControlSocket::TransferSend()
22:03:19 Trace: state = 2
22:03:19 Command: PASV
22:03:19 Trace: CTlsSocket::OnRead()
22:03:19 Trace: CFtpControlSocket::OnReceive()
22:03:19 Response: 227 Entering Passive Mode (65,164,177,134,3,223)
22:03:19 Trace: CFtpControlSocket::TransferParseResponse()
22:03:19 Trace: code = 2
22:03:19 Trace: state = 2
22:03:19 Trace: CFtpControlSocket::SendNextCommand()
22:03:19 Trace: CFtpControlSocket::TransferSend()
22:03:19 Trace: state = 4
22:03:19 Command: LIST
22:03:19 Trace: CTransferSocket::OnConnect
22:03:19 Trace: CTlsSocket::Handshake()
22:03:19 Trace: CTlsSocket::ContinueHandshake()
22:03:19 Trace: CTlsSocket::OnSend()
22:03:19 Trace: CTlsSocket::OnSend()
22:03:19 Trace: CTlsSocket::OnRead()
22:03:19 Trace: CTlsSocket::ContinueHandshake()
22:03:19 Trace: CTlsSocket::OnRead()
22:03:19 Trace: CFtpControlSocket::OnReceive()
22:03:19 Response: 150 File status okay; about to open data connection
22:03:19 Trace: CFtpControlSocket::TransferParseResponse()
22:03:19 Trace: code = 1
22:03:19 Trace: state = 4
22:03:19 Trace: CFtpControlSocket::SendNextCommand()
22:03:19 Trace: CFtpControlSocket::TransferSend()
22:03:19 Trace: state = 5
22:03:19 Trace: CTlsSocket::OnRead()
22:03:19 Trace: CFtpControlSocket::OnReceive()
22:03:19 Response: 150 Opening secure data connection.
22:03:19 Trace: CFtpControlSocket::TransferParseResponse()
22:03:19 Trace: code = 1
22:03:19 Trace: state = 5
22:03:19 Trace: CFtpControlSocket::ResetOperation(2)
22:03:19 Trace: CControlSocket::ResetOperation(2)
22:03:19 Trace: CFtpControlSocket::ParseSubcommandResult(2)
22:03:19 Trace: CFtpControlSocket::ListSubcommandResult()
22:03:19 Trace: state = 3
22:03:19 Trace: CFtpControlSocket::ResetOperation(2)
22:03:19 Trace: CControlSocket::ResetOperation(2)
22:03:19 Trace: CFtpControlSocket::ParseSubcommandResult(2)
22:03:19 Trace: FileTransferSubcommandResult()
22:03:19 Trace: CFtpControlSocket::SendNextCommand()
22:03:19 Status: ftpcontrolsocket.cpp(1840): Waiting for replies to skip before sending next command... caller=0p155ce50
22:03:40 Error: Connection timed out
22:03:40 Trace: CControlSocket::DoClose(2050)
22:03:40 Trace: CFtpControlSocket::ResetOperation(2114)
22:03:40 Trace: CControlSocket::ResetOperation(2114)
22:03:40 Error: File transfer failed
22:03:40 Trace: CFileZillaEnginePrivate::ResetOperation(2114)
22:03:40 Trace: CControlSocket::DoClose(64)
22:03:40 Trace: CControlSocket::DoClose(64)
22:03:40 Status: Resolving address of xxxxxx.xxxxxxxxxx.com
22:03:40 Status: Connecting to 65.164.177.134:990...
22:03:40 Status: Connection established, initializing TLS...
22:03:40 Trace: CTlsSocket::Handshake()
22:03:40 Trace: CTlsSocket::ContinueHandshake()
22:03:40 Trace: CTlsSocket::OnSend()
22:03:40 Trace: CTlsSocket::OnRead()
22:03:40 Trace: CTlsSocket::ContinueHandshake()
22:03:40 Trace: CTlsSocket::OnRead()
22:03:40 Trace: CTlsSocket::ContinueHandshake()
22:03:40 Trace: CTlsSocket::OnRead()
22:03:40 Trace: CTlsSocket::ContinueHandshake()
22:03:40 Trace: Handshake successful
22:03:40 Trace: Cipher: AES-256-CBC, MAC: SHA1
22:03:40 Status: Verifying certificate...
22:03:40 Trace: CFtpControlSocket::SendNextCommand()
22:03:40 Status: TLS/SSL connection established, waiting for welcome message...
22:03:40 Trace: CFtpControlSocket::OnReceive()
22:03:40 Response: 220-TCP/IP for VSE Internal FTPDAEMN 01.05 F 20090205 02.33
22:03:40 Trace: CTlsSocket::OnRead()
22:03:40 Trace: CFtpControlSocket::OnReceive()
22:03:40 Response: Copyright (c) 1995,2006 Connectivity Systems Incorporated
22:03:40 Trace: CTlsSocket::OnRead()
22:03:40 Trace: CFtpControlSocket::OnReceive()
22:03:40 Response: 220 Ready for new user
22:03:41 Trace: CFtpControlSocket::SendNextCommand()
22:03:41 Command: USER XXXX
22:03:41 Trace: CTlsSocket::OnRead()
22:03:41 Trace: CFtpControlSocket::OnReceive()
22:03:41 Response: 331 User name okay, need password
22:03:41 Trace: CFtpControlSocket::SendNextCommand()
22:03:41 Command: PASS *******
22:03:41 Trace: CTlsSocket::OnRead()
22:03:41 Trace: CFtpControlSocket::OnReceive()
22:03:41 Response: 230 User logged in, proceed
22:03:41 Trace: CFtpControlSocket::SendNextCommand()
22:03:41 Command: PBSZ 0
22:03:41 Trace: CTlsSocket::OnRead()
22:03:41 Trace: CFtpControlSocket::OnReceive()
22:03:41 Response: 200 Protection buffer size accepted.
22:03:41 Trace: CFtpControlSocket::SendNextCommand()
22:03:41 Command: PROT P
22:03:41 Trace: CTlsSocket::OnRead()
22:03:41 Trace: CFtpControlSocket::OnReceive()
22:03:41 Response: 200 Data connection set to private.
22:03:41 Status: Connected
22:03:41 Trace: CFtpControlSocket::ResetOperation(0)
22:03:41 Trace: CControlSocket::ResetOperation(0)
22:03:41 Trace: CFileZillaEnginePrivate::ResetOperation(0)
22:03:41 Trace: CFtpControlSocket::FileTransfer()
22:03:41 Status: Starting upload of \\lxd0star\pstar\dev01\data\cessions\output\ARBLCES
22:03:41 Trace: CFtpControlSocket::SendNextCommand()
22:03:41 Trace: CFtpControlSocket::ChangeDirSend()
22:03:41 Command: CWD /
22:03:41 Trace: CTlsSocket::OnRead()
22:03:41 Trace: CFtpControlSocket::OnReceive()
22:03:41 Response: 200 Command okay. Operating in Unix simulation mode
22:03:41 Trace: CFtpControlSocket::ResetOperation(0)
22:03:41 Trace: CControlSocket::ResetOperation(0)
22:03:41 Trace: CFtpControlSocket::ParseSubcommandResult(0)
22:03:41 Trace: FileTransferSubcommandResult()
22:03:41 Status: Retrieving directory listing...
22:03:41 Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p155ce50
22:03:41 Trace: CFtpControlSocket::ParseSubcommandResult(0)
22:03:41 Trace: CFtpControlSocket::ListSubcommandResult()
22:03:41 Trace: state = 1
22:03:41 Trace: CFtpControlSocket::SendNextCommand()
22:03:41 Trace: CFtpControlSocket::TransferSend()
22:03:41 Trace: state = 1
22:03:41 Command: TYPE I
22:03:41 Trace: CTlsSocket::OnRead()
22:03:41 Trace: CFtpControlSocket::OnReceive()
22:03:41 Response: 200 Command okay
22:03:41 Trace: CFtpControlSocket::TransferParseResponse()
22:03:41 Trace: code = 2
22:03:41 Trace: state = 1
22:03:41 Trace: CFtpControlSocket::SendNextCommand()
22:03:41 Trace: CFtpControlSocket::TransferSend()
22:03:41 Trace: state = 2
22:03:41 Command: PORT 157,250,86,7,4,211
22:03:41 Trace: CTlsSocket::OnRead()
22:03:41 Trace: CFtpControlSocket::OnReceive()
22:03:41 Response: 502 PORT command not allowed. Use passive mode.
22:03:41 Trace: CFtpControlSocket::TransferParseResponse()
22:03:41 Trace: code = 5
22:03:41 Trace: state = 2
22:03:41 Trace: CFtpControlSocket::SendNextCommand()
22:03:41 Trace: CFtpControlSocket::TransferSend()
22:03:41 Trace: state = 2
22:03:41 Command: PASV
22:03:42 Trace: CTlsSocket::OnRead()
22:03:42 Trace: CFtpControlSocket::OnReceive()
22:03:42 Response: 227 Entering Passive Mode (65,164,177,134,3,223)
22:03:42 Trace: CFtpControlSocket::TransferParseResponse()
22:03:42 Trace: code = 2
22:03:42 Trace: state = 2
22:03:42 Trace: CFtpControlSocket::SendNextCommand()
22:03:42 Trace: CFtpControlSocket::TransferSend()
22:03:42 Trace: state = 4
22:03:42 Command: LIST
22:03:42 Trace: CTlsSocket::OnRead()
22:03:42 Trace: CTransferSocket::OnConnect
22:03:42 Trace: CTlsSocket::Handshake()
22:03:42 Trace: CTlsSocket::ContinueHandshake()
22:03:42 Trace: CTlsSocket::OnSend()
22:03:42 Trace: CFtpControlSocket::OnReceive()
22:03:42 Response: 150 File status okay; about to open data connection
22:03:42 Trace: CFtpControlSocket::TransferParseResponse()
22:03:42 Trace: code = 1
22:03:42 Trace: state = 4
22:03:42 Trace: CFtpControlSocket::SendNextCommand()
22:03:42 Trace: CFtpControlSocket::TransferSend()
22:03:42 Trace: state = 5
22:03:42 Trace: CTlsSocket::OnSend()
22:03:42 Trace: CTlsSocket::OnRead()
22:03:42 Trace: CTlsSocket::ContinueHandshake()
22:03:42 Trace: CTlsSocket::OnRead()
22:03:42 Trace: CFtpControlSocket::OnReceive()
22:03:42 Response: 150 Opening secure data connection.
22:03:42 Trace: CFtpControlSocket::TransferParseResponse()
22:03:42 Trace: code = 1
22:03:42 Trace: state = 5
22:03:42 Trace: CFtpControlSocket::ResetOperation(2)
22:03:42 Trace: CControlSocket::ResetOperation(2)
22:03:42 Trace: CFtpControlSocket::ParseSubcommandResult(2)
22:03:42 Trace: CFtpControlSocket::ListSubcommandResult()
22:03:42 Trace: state = 3
22:03:42 Trace: CFtpControlSocket::ResetOperation(2)
22:03:42 Trace: CControlSocket::ResetOperation(2)
22:03:42 Trace: CFtpControlSocket::ParseSubcommandResult(2)
22:03:42 Trace: FileTransferSubcommandResult()
22:03:42 Trace: CFtpControlSocket::SendNextCommand()
22:03:42 Status: ftpcontrolsocket.cpp(1840): Waiting for replies to skip before sending next command... caller=0p155ce50
22:04:02 Error: Connection timed out
22:04:02 Trace: CControlSocket::DoClose(2050)
22:04:02 Trace: CFtpControlSocket::ResetOperation(2114)
22:04:02 Trace: CControlSocket::ResetOperation(2114)
22:04:02 Error: File transfer failed
22:04:02 Trace: CFileZillaEnginePrivate::ResetOperation(2114)
22:04:02 Trace: CControlSocket::DoClose(64)
22:04:02 Trace: CControlSocket::DoClose(64)
22:04:02 Status: Resolving address of xxxxxx.xxxxxxxxxx.com
22:04:02 Status: Connecting to 65.164.177.134:990...
22:04:02 Status: Connection established, initializing TLS...
22:04:02 Trace: CTlsSocket::Handshake()
22:04:02 Trace: CTlsSocket::ContinueHandshake()
22:04:02 Trace: CTlsSocket::OnSend()
22:04:02 Trace: CTlsSocket::OnRead()
22:04:02 Trace: CTlsSocket::ContinueHandshake()
22:04:02 Trace: CTlsSocket::OnRead()
22:04:02 Trace: CTlsSocket::ContinueHandshake()
22:04:03 Trace: CTlsSocket::OnRead()
22:04:03 Trace: CTlsSocket::ContinueHandshake()
22:04:03 Trace: Handshake successful
22:04:03 Trace: Cipher: AES-256-CBC, MAC: SHA1
22:04:03 Status: Verifying certificate...
22:04:03 Trace: CFtpControlSocket::SendNextCommand()
22:04:03 Status: TLS/SSL connection established, waiting for welcome message...
22:04:03 Trace: CFtpControlSocket::OnReceive()
22:04:03 Response: 220-TCP/IP for VSE Internal FTPDAEMN 01.05 F 20090205 02.33
22:04:03 Trace: CTlsSocket::OnRead()
22:04:03 Trace: CFtpControlSocket::OnReceive()
22:04:03 Response: Copyright (c) 1995,2006 Connectivity Systems Incorporated
22:04:03 Trace: CTlsSocket::OnRead()
22:04:03 Trace: CFtpControlSocket::OnReceive()
22:04:03 Response: 220 Ready for new user
22:04:03 Trace: CFtpControlSocket::SendNextCommand()
22:04:03 Command: USER XXXX
22:04:03 Trace: CTlsSocket::OnRead()
22:04:03 Trace: CFtpControlSocket::OnReceive()
22:04:03 Response: 331 User name okay, need password
22:04:03 Trace: CFtpControlSocket::SendNextCommand()
22:04:03 Command: PASS *******
22:04:03 Trace: CTlsSocket::OnRead()
22:04:03 Trace: CFtpControlSocket::OnReceive()
22:04:03 Response: 230 User logged in, proceed
22:04:03 Trace: CFtpControlSocket::SendNextCommand()
22:04:03 Command: PBSZ 0
22:04:03 Trace: CTlsSocket::OnRead()
22:04:03 Trace: CFtpControlSocket::OnReceive()
22:04:03 Response: 200 Protection buffer size accepted.
22:04:03 Trace: CFtpControlSocket::SendNextCommand()
22:04:03 Command: PROT P
22:04:03 Trace: CTlsSocket::OnRead()
22:04:03 Trace: CFtpControlSocket::OnReceive()
22:04:03 Response: 200 Data connection set to private.
22:04:03 Status: Connected
22:04:03 Trace: CFtpControlSocket::ResetOperation(0)
22:04:03 Trace: CControlSocket::ResetOperation(0)
22:04:03 Trace: CFileZillaEnginePrivate::ResetOperation(0)
22:04:04 Trace: CFtpControlSocket::FileTransfer()
22:04:04 Status: Starting upload of \\lxd0star\pstar\dev01\data\cessions\output\ARBLCES
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Trace: CFtpControlSocket::ChangeDirSend()
22:04:04 Command: CWD /
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CFtpControlSocket::OnReceive()
22:04:04 Response: 200 Command okay. Operating in Unix simulation mode
22:04:04 Trace: CFtpControlSocket::ResetOperation(0)
22:04:04 Trace: CControlSocket::ResetOperation(0)
22:04:04 Trace: CFtpControlSocket::ParseSubcommandResult(0)
22:04:04 Trace: FileTransferSubcommandResult()
22:04:04 Status: Retrieving directory listing...
22:04:04 Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p155ce50
22:04:04 Trace: CFtpControlSocket::ParseSubcommandResult(0)
22:04:04 Trace: CFtpControlSocket::ListSubcommandResult()
22:04:04 Trace: state = 1
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Trace: CFtpControlSocket::TransferSend()
22:04:04 Trace: state = 1
22:04:04 Command: TYPE I
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CFtpControlSocket::OnReceive()
22:04:04 Response: 200 Command okay
22:04:04 Trace: CFtpControlSocket::TransferParseResponse()
22:04:04 Trace: code = 2
22:04:04 Trace: state = 1
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Trace: CFtpControlSocket::TransferSend()
22:04:04 Trace: state = 2
22:04:04 Command: PORT 157,250,86,7,4,221
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CFtpControlSocket::OnReceive()
22:04:04 Response: 502 PORT command not allowed. Use passive mode.
22:04:04 Trace: CFtpControlSocket::TransferParseResponse()
22:04:04 Trace: code = 5
22:04:04 Trace: state = 2
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Trace: CFtpControlSocket::TransferSend()
22:04:04 Trace: state = 2
22:04:04 Command: PASV
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CFtpControlSocket::OnReceive()
22:04:04 Response: 227 Entering Passive Mode (65,164,177,134,3,223)
22:04:04 Trace: CFtpControlSocket::TransferParseResponse()
22:04:04 Trace: code = 2
22:04:04 Trace: state = 2
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Trace: CFtpControlSocket::TransferSend()
22:04:04 Trace: state = 4
22:04:04 Command: LIST
22:04:04 Trace: CTransferSocket::OnConnect
22:04:04 Trace: CTlsSocket::Handshake()
22:04:04 Trace: CTlsSocket::ContinueHandshake()
22:04:04 Trace: CTlsSocket::OnSend()
22:04:04 Trace: CTlsSocket::OnSend()
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CTlsSocket::ContinueHandshake()
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CFtpControlSocket::OnReceive()
22:04:04 Response: 150 File status okay; about to open data connection
22:04:04 Trace: CFtpControlSocket::TransferParseResponse()
22:04:04 Trace: code = 1
22:04:04 Trace: state = 4
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Trace: CFtpControlSocket::TransferSend()
22:04:04 Trace: state = 5
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CTlsSocket::ContinueHandshake()
22:04:04 Trace: Handshake successful
22:04:04 Trace: Session resumed
22:04:04 Trace: Cipher: AES-256-CBC, MAC: SHA1
22:04:04 Trace: CFtpControlSocket::OnReceive()
22:04:04 Response: 150 Opening secure data connection.
22:04:04 Trace: CFtpControlSocket::TransferParseResponse()
22:04:04 Trace: code = 1
22:04:04 Trace: state = 5
22:04:04 Trace: CFtpControlSocket::ResetOperation(2)
22:04:04 Trace: CControlSocket::ResetOperation(2)
22:04:04 Trace: CFtpControlSocket::ParseSubcommandResult(2)
22:04:04 Trace: CFtpControlSocket::ListSubcommandResult()
22:04:04 Trace: state = 3
22:04:04 Trace: CFtpControlSocket::ResetOperation(2)
22:04:04 Trace: CControlSocket::ResetOperation(2)
22:04:04 Trace: CFtpControlSocket::ParseSubcommandResult(2)
22:04:04 Trace: FileTransferSubcommandResult()
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Status: ftpcontrolsocket.cpp(1840): Waiting for replies to skip before sending next command... caller=0p155ce50
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CFtpControlSocket::OnReceive()
22:04:04 Response: 226 Closing data connection
22:04:04 Trace: Skipping reply after cancelled operation or keepalive command.
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Trace: FileTransferSend()
22:04:04 Command: SIZE ARBLCES
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CFtpControlSocket::OnReceive()
22:04:04 Response: 500 Syntax error, command unrecognized
22:04:04 Trace: FileTransferParseResponse()
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Trace: FileTransferSend()
22:04:04 Command: MDTM ARBLCES
22:04:04 Trace: CTlsSocket::OnRead()
22:04:04 Trace: CFtpControlSocket::OnReceive()
22:04:04 Response: 500 Syntax error, command unrecognized
22:04:04 Trace: FileTransferParseResponse()
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Trace: FileTransferSend()
22:04:04 Trace: CFtpControlSocket::SendNextCommand()
22:04:04 Trace: CFtpControlSocket::TransferSend()
22:04:04 Trace: state = 2
22:04:04 Command: PORT 157,250,86,7,4,224
22:04:05 Trace: CTlsSocket::OnRead()
22:04:05 Trace: CFtpControlSocket::OnReceive()
22:04:05 Response: 502 PORT command not allowed. Use passive mode.
22:04:05 Trace: CFtpControlSocket::TransferParseResponse()
22:04:05 Trace: code = 5
22:04:05 Trace: state = 2
22:04:05 Trace: CFtpControlSocket::SendNextCommand()
22:04:05 Trace: CFtpControlSocket::TransferSend()
22:04:05 Trace: state = 2
22:04:05 Command: PASV
22:04:05 Trace: CTlsSocket::OnRead()
22:04:05 Trace: CFtpControlSocket::OnReceive()
22:04:05 Response: 227 Entering Passive Mode (65,164,177,134,3,223)
22:04:05 Trace: CFtpControlSocket::TransferParseResponse()
22:04:05 Trace: code = 2
22:04:05 Trace: state = 2
22:04:05 Trace: CFtpControlSocket::SendNextCommand()
22:04:05 Trace: CFtpControlSocket::TransferSend()
22:04:05 Trace: state = 4
22:04:05 Command: STOR ARBLCES
22:04:05 Trace: CTransferSocket::OnConnect
22:04:05 Trace: CTlsSocket::Handshake()
22:04:05 Trace: CTlsSocket::ContinueHandshake()
22:04:05 Trace: CTlsSocket::OnSend()
22:04:05 Trace: CTlsSocket::OnSend()
22:04:05 Trace: CTlsSocket::OnRead()
22:04:05 Trace: CTlsSocket::ContinueHandshake()
22:04:05 Trace: CTlsSocket::OnRead()
22:04:05 Trace: CFtpControlSocket::OnReceive()
22:04:05 Response: 150 Opening secure data connection.
22:04:05 Trace: CFtpControlSocket::TransferParseResponse()
22:04:05 Trace: code = 1
22:04:05 Trace: state = 4
22:04:05 Trace: CFtpControlSocket::SendNextCommand()
22:04:05 Trace: CFtpControlSocket::TransferSend()
22:04:05 Trace: state = 5
22:04:05 Trace: CTlsSocket::OnRead()
22:04:05 Trace: CTlsSocket::ContinueHandshake()
22:04:05 Trace: CTlsSocket::OnRead()
22:04:05 Trace: CTlsSocket::ContinueHandshake()
22:04:05 Trace: Handshake successful
22:04:05 Trace: Cipher: AES-256-CBC, MAC: SHA1
22:04:05 Trace: CTransferSocket::OnConnect
22:04:05 Trace: CTlsSocket::Shutdown()
22:04:05 Trace: CTransferSocket::TransferEnd(1)
22:04:05 Trace: CFtpControlSocket::TransferEnd()
22:04:05 Trace: CTlsSocket::OnRead()
22:04:05 Trace: CFtpControlSocket::OnReceive()
22:04:05 Response: 150-About to open passive data connection
22:04:05 Response: File:ARBLCES
22:04:05 Trace: CTlsSocket::OnRead()
22:04:05 Trace: CFtpControlSocket::OnReceive()
22:04:05 Response: Type:ASCII Recfm:FB Lrecl: 80 Blksize: 80
22:04:05 Trace: CTlsSocket::OnRead()
22:04:05 Trace: CFtpControlSocket::OnReceive()
22:04:05 Response: CC=ON UNIX=ON RECLF=OFF TRCC=OFF CRLF=ON NAT=NO CONT=OFF
22:04:06 Trace: CTlsSocket::OnRead()
22:04:06 Trace: CFtpControlSocket::OnReceive()
22:04:06 Response: Translate with US_ENG_03
22:04:06 Trace: CTlsSocket::OnRead()
22:04:06 Trace: CFtpControlSocket::OnReceive()
22:04:06 Response: MODE=Stream STRU=File
22:04:06 Trace: CTlsSocket::OnRead()
22:04:06 Trace: CFtpControlSocket::OnReceive()
22:04:06 Response: 226-Bytes received: 328
22:04:07 Trace: CTlsSocket::OnRead()
22:04:07 Trace: CFtpControlSocket::OnReceive()
22:04:07 Response: Records received: 4
22:04:07 Trace: CTlsSocket::OnRead()
22:04:07 Trace: CFtpControlSocket::OnReceive()
22:04:07 Response: Transfer Seconds: .01 ( 32K per second)
22:04:07 Trace: CTlsSocket::OnRead()
22:04:07 Trace: CFtpControlSocket::OnReceive()
22:04:07 Response: File I/O Seconds: .07 ( 5K per second)
22:04:07 Trace: CTlsSocket::OnRead()
22:04:07 Trace: CFtpControlSocket::OnReceive()
22:04:07 Response: 226 Closing data connection
22:04:28 Error: Connection timed out
22:04:28 Trace: CControlSocket::DoClose(2050)
22:04:28 Trace: CFtpControlSocket::ResetOperation(2114)
22:04:28 Trace: CControlSocket::ResetOperation(2114)
22:04:28 Trace: CFtpControlSocket::ResetOperation(2114)
22:04:28 Trace: CControlSocket::ResetOperation(2114)
22:04:28 Error: File transfer failed
22:04:28 Trace: CFileZillaEnginePrivate::ResetOperation(2114)
22:04:29 Trace: CTlsSocket::OnRead()
22:04:29 Trace: CFtpControlSocket::OnReceive()
22:04:29 Response: 425 Cannot open data connection
22:04:29 Trace: Skipping reply after cancelled operation or keepalive command.
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Fri Jan 27, 2012 1:47 pm

It means active mode is disallowed on the server. You'll have to use passive mode. Which means you need to know the passive port range of the server - this is the range of ports that the server will be using for data connections from the client. You'll then need to permission your firewall to allow the client to use these ports (outgoing to the server).
no avatar
User

EditFTPProUser

Posts

10

Joined

Fri Jan 27, 2012 10:38 am

by EditFTPProUser » Fri Jan 27, 2012 1:54 pm

I see the following line when I attempted to transfer in passive mode.

227 Entering Passive Mode (65,164,177,134,3,223)

I came across the following equation on some other website
.....................
227 Entering Passive Mode (a1,a2,a3,a4,p1,p2)
where a1.a2.a3.a4 is the IP address and p1*256+p2 is the port number.
...........................
Does it mean it is 3X256+223=991 is the data port for passive mode for me?

Thanks
Sowjanya
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Fri Jan 27, 2012 2:09 pm

Yes. Interestingly, you say that the admin has opened this port. And yet the client is failing to connect on the port.

Either the port isn't open, or there may be more than one firewall in operation.
no avatar
User

EditFTPProUser

Posts

10

Joined

Fri Jan 27, 2012 10:38 am

by EditFTPProUser » Fri Jan 27, 2012 2:15 pm

I see the following lines in the filezilla log relating to the passive mode switch. Looks like it was able to switch to PASV mode but not able to execute the LIST command

Command: PASV
Response: 227 Entering Passive Mode (65,164,177,134,3,223)
Command: LIST
Response: 150 File status okay; about to open data connection
Response: 150 Opening secure data connection.
Error: Failed to retrieve directory listing
Status: Disconnected from server
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Fri Jan 27, 2012 2:28 pm

Yes, a firewall is preventing the connection on the data port 991
no avatar
User

EditFTPProUser

Posts

10

Joined

Fri Jan 27, 2012 10:38 am

by EditFTPProUser » Fri Jan 27, 2012 2:32 pm

I will double check with my admin again about it.
But if that port was blocked, how could our vendor have received the file I sent them?

Thanks
Sowjanya
no avatar
User

EditFTPProUser

Posts

10

Joined

Fri Jan 27, 2012 10:38 am

by EditFTPProUser » Fri Jan 27, 2012 2:37 pm

I have File Zilla Server software on my machine. I use it to test file transmissions on normal FTP port i.e. 21.
Is it easy to setup a Implicit SSL FTP server on my machine to test it out? I don't know if it worth the effort.

Thanks
Sowjanya
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Fri Jan 27, 2012 2:45 pm

In your very first post, the blocked port was apparently not the issue, as the transfer succeeded but the control connection timed out waiting for the server response.
no avatar
User

EditFTPProUser

Posts

10

Joined

Fri Jan 27, 2012 10:38 am

by EditFTPProUser » Fri Jan 27, 2012 2:59 pm

Any idea what the following exception messages from my original post mean or translate into?

Caused by: com.enterprisedt.net.puretls.SSLPrematureCloseException: Short read
at com.enterprisedt.net.puretls.N.A(Unknown Source)
at com.enterprisedt.net.puretls.I.A(Unknown Source)
at com.enterprisedt.net.puretls.Y.A(Unknown Source)
at com.enterprisedt.net.puretls.r.read(Unknown Source)
at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:452)
at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:494)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:222)
at java.io.InputStreamReader.read(InputStreamReader.java:177)
at java.io.BufferedReader.fill(BufferedReader.java:147)
at java.io.BufferedReader.readLine(BufferedReader.java:310)
at java.io.BufferedReader.readLine(BufferedReader.java:373)
at com.enterprisedt.net.ftp.FTPControlSocket.E(Unknown Source)
at com.enterprisedt.net.ftp.FTPControlSocket.B(Unknown Source)
at com.enterprisedt.net.ftp.FTPControlSocket.<init>(Unknown Source)
at com.enterprisedt.net.ftp.ssl.SSLFTPControlSocket.<init>(Unknown Source)
at com.enterprisedt.net.ftp.ssl.SSLFTPClient.connect(Unknown Source)


Thanks
Sowjanya
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Fri Jan 27, 2012 3:01 pm

Using SSLFTPClient.ConfigFlags.DISABLE_SSL_CLOSURE flag should prevent this from occurring. But it appears you also have a problem with the data port.
Next

Who is online

Users browsing this forum: No registered users and 15 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign
cron