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

ismail_shaik

Posts

12

Joined

Fri Mar 02, 2012 7:58 pm

edtFtpj 3.2.0 Pro SFTP transfer issue

by ismail_shaik » Wed Aug 29, 2012 9:38 pm

We are trying connect SFTP server to transfer 20KB file.

The SFTP connection stuck during the file transfer and SFTP server neither releasing connection nor receiving the file.



We can see connection successful and welcome message from server afterwards.The following message keep coming up
DEBUG [ChannelDataWindow] 29 Aug 2012 07:22:00.284 : Waiting for at least 50 bytes of window space


Appreciate your help in this regards.
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: edtFtpj 3.2.0 Pro SFTP transfer issue

by support2 » Wed Aug 29, 2012 10:30 pm

It looks like a known bug that is fixed in a later release. Upgrade to 4.2.0.
no avatar
User

ismail_shaik

Posts

12

Joined

Fri Mar 02, 2012 7:58 pm

Re: edtFtpj 4.2.0 Pro SFTP transfer issue

by ismail_shaik » Wed Aug 29, 2012 11:20 pm

Thank you for the response.

Sorry ,I quoted wrong version in the subject line in my previous post. We are using version4.2.0 recently upgraded.

Here is DEBUG log

DEBUG [SCPClient] 29 Aug 2012 06:46:00.635 : Connecting to myserver.com:22
DEBUG [StreamSocketFactory] 29 Aug 2012 06:46:00.643 : Connecting to myserver.com:22 via SOCKS4 proxy
INFO [TransportProtocolCommon] 29 Aug 2012 06:46:00.880 : Timeout=60000
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.881 : Starting transport protocol
INFO [TransportProtocolCommon] 29 Aug 2012 06:46:00.884 : Wait for state update timeout=60000
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.884 : Registering transport protocol messages with inputstream
INFO [cryptix] 29 Aug 2012 06:46:00.924 : GLOBAL_TRACE=false
INFO [cryptix] 29 Aug 2012 06:46:00.924 : GLOBAL_DEBUG=false
INFO [cryptix] 29 Aug 2012 06:46:00.924 : GLOBAL_DEBUG_SLOW=false
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.925 : Negotiating protocol version
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.925 : Local identification: SSH-2.0-edtFTPjPRO-3.1.1
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.936 : Read: 'SSH-2.0-mod_sftp/0.9.8^M'
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.936 : EOL is guessed at CR+LF
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.937 : Remote identification: 'SSH-2.0-mod_sftp/0.9.8'
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.937 : Protocol negotiation complete
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.937 : Sending SSH_MSG_KEX_INIT
INFO [TransportProtocolCommon] 29 Aug 2012 06:46:00.938 : Wait for state update timeout=60000
DEBUG [SshMsgKexInit] 29 Aug 2012 06:46:00.941 : Packetlength=484, Paddinglength=5
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.941 : Received registered message: SSH_MSG_KEX_INIT
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.941 : Received remote key exchange init message
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.941 : Starting key exchange
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.942 : Determine Algorithm
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.942 : Client Algorithms: [diffie-hellman-group1-sha1]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.942 : Server Algorithms: [diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diff
ie-hellman-group14-sha1, diffie-hellman-group1-sha1, rsa1024-sha1]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.942 : Returning diffie-hellman-group1-sha1
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.942 : Key exchange algorithm: diffie-hellman-group1-sha1
INFO [DhGroup1Sha1] 29 Aug 2012 06:46:00.943 : Starting client side key exchange.
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:00.979 : Sending SSH_MSG_KEXDH_INIT
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.061 : Received unregistered message: SSH_MSG_KEXDH_REPLY
DEBUG [DhGroup1Sha1] 29 Aug 2012 06:46:01.086 : calculateExchangeHash()
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.097 : Verifying host myserver.com,144.203.129.20
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.098 : Preferred algorithm null
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.098 : Determine Algorithm
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.098 : Client Algorithms: [ssh-dss, ssh-rsa]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.098 : Server Algorithms: [ssh-rsa, ssh-dss]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.098 : Returning ssh-dss
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.098 : Selected algorithm ssh-dss
DEBUG [com.enterprisedt.net.j2ssh.transport.publickey.dsa.SshDssPublicKey] 29 Aug 2012 06:46:01.108 : Signature length=55
DEBUG [com.enterprisedt.net.j2ssh.transport.publickey.dsa.SshDssPublicKey] 29 Aug 2012 06:46:01.108 : Header is ssh-dss
DEBUG [com.enterprisedt.net.j2ssh.transport.publickey.dsa.SshDssPublicKey] 29 Aug 2012 06:46:01.109 : Verifying host key signature
DEBUG [com.enterprisedt.net.j2ssh.transport.publickey.dsa.SshDssPublicKey] 29 Aug 2012 06:46:01.109 : Signature length is 40
DEBUG [com.enterprisedt.net.j2ssh.transport.publickey.dsa.SshDssPublicKey] 29 Aug 2012 06:46:01.112 : Signature: 97945Blah6FEE5B3C8A6CDF66487E023900B487FC24E9B
9BlahAC9B4766C070190576A207274D695C136
DEBUG [com.enterprisedt.net.j2ssh.transport.publickey.dsa.SshDssPublicKey] 29 Aug 2012 06:46:01.113 : Encoded: 302D02150097945Blah6FEE5B3C8A6CDF66487E023900B48
7FC202144E9B9BlahAC9B4766C070190576A207274D695C136
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.131 : Sending SSH_MSG_NEWKEYS
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.131 : Received registered message: SSH_MSG_NEWKEYS
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.132 : Completing key exchange
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.132 : Making keys from key exchange output
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.135 : Creating algorithm objects
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.135 : Determine Algorithm
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.135 : Client Algorithms: [3des-cbc, aes128-cbc, aes256-cbc, blowfish-cbc, aes192-cbc]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.135 : Server Algorithms: [aes256-ctr, blowfish-ctr, aes256-cbc, blowfish-cbc]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.135 : Returning aes256-cbc
DEBUG [com.enterprisedt.net.j2ssh.transport.cipher.SshCipherFactory] 29 Aug 2012 06:46:01.136 : Creating new aes256-cbc cipher instance
DEBUG [IJCE_Properties] 29 Aug 2012 06:46:01.152 : Successfully loaded the IJCE properties file
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.183 : Determine Algorithm
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.183 : Client Algorithms: [3des-cbc, aes128-cbc, aes256-cbc, blowfish-cbc, aes192-cbc]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.183 : Server Algorithms: [aes256-ctr, blowfish-ctr, aes256-cbc, blowfish-cbc]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.183 : Returning aes256-cbc
DEBUG [com.enterprisedt.net.j2ssh.transport.cipher.SshCipherFactory] 29 Aug 2012 06:46:01.183 : Creating new aes256-cbc cipher instance
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.187 : Determine Algorithm
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.187 : Client Algorithms: [hmac-sha1, hmac-md5-96, hmac-md5, hmac-sha1-96]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.187 : Server Algorithms: [hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96, hmac-ripemd160]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.187 : Returning hmac-sha1
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.190 : Determine Algorithm
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.190 : Client Algorithms: [hmac-sha1, hmac-md5-96, hmac-md5, hmac-sha1-96]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.190 : Server Algorithms: [hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96, hmac-ripemd160]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.190 : Returning hmac-sha1
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.191 : Determine Algorithm
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.191 : Client Algorithms: [none, zlib]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.191 : Server Algorithms: [zlib@openssh.com, zlib, none]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.191 : Returning none
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.191 : Determine Algorithm
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.191 : Client Algorithms: [none, zlib]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.191 : Server Algorithms: [zlib@openssh.com, zlib, none]
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.191 : Returning none
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.191 : Sending queued messages
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.196 : Sending SSH_MSG_SERVICE_REQUEST
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.271 : Received registered message: SSH_MSG_IGNORE
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.273 : Received unregistered message: SSH_MSG_SERVICE_ACCEPT
DEBUG [SCPClient] 29 Aug 2012 06:46:01.294 : Connected ok - authenticating
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.295 : Sending SSH_MSG_USERAUTH_REQUEST
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.372 : Received registered message: SSH_MSG_IGNORE
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.374 : Received registered message: SSH_MSG_USERAUTH_BANNER
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.374 : Received auth banner 'Welcome to the Riskmetrics SFTP service.

************************** WARNING **************************

You have accessed a private computer system. This system is
for authorized use only and user activities are monitored and
recorded by company personnel. Unauthorized access to or use
of this system is strictly prohibited and constitutes a
violation of federal and state criminal and civil laws,
including Title 18, Section 1030 of the United States Code
and applicable international laws. Violators will be
prosecuted to the fullest extent of the law. By logging on
you certify that you have read and understood these terms and
that you are authorized to access and use this system.

*************************************************************





'
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.438 : Received registered message: SSH_MSG_IGNORE
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.445 : Received unregistered message: SSH_MSG_USERAUTH_SUCCESS
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.446 : Registering connection protocol messages
DEBUG [Service] 29 Aug 2012 06:46:01.448 : ssh-connection has been requested
DEBUG [AsyncService] 29 Aug 2012 06:46:01.448 : Starting ssh-connection service thread
DEBUG [SftpClient] 29 Aug 2012 06:46:01.449 : Opening SFTP channel (maxpacketsize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:01.481 : Increasing window space by 131070
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.491 : Sending SSH_MSG_CHANNEL_OPEN
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.568 : Received registered message: SSH_MSG_IGNORE
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.569 : Received unregistered message: SSH_MSG_CHANNEL_OPEN_CONFIRMATION
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.569 : Initiating channel
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:01.569 : Increasing window space by 4294967295
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.570 : Channel 0 is open [sftp]
DEBUG [SftpSubsystemClient] 29 Aug 2012 06:46:01.570 : Initializing SFTP protocol version 3
DEBUG [com.enterprisedt.net.j2ssh.subsystem.SubsystemChannel] 29 Aug 2012 06:46:01.570 : Starting sftp subsystem
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.570 : Sending subsystem request for the session channel
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.570 : Sending SSH_MSG_CHANNEL_REQUEST
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.571 : Waiting for channel request reply
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.646 : Received registered message: SSH_MSG_IGNORE
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.647 : Received unregistered message: SSH_MSG_CHANNEL_SUCCESS
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.647 : Channel request succeeded
DEBUG [com.enterprisedt.net.j2ssh.subsystem.SubsystemChannel] 29 Aug 2012 06:46:01.648 : Sending SSH_FXP_INIT subsystem message
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.648 : Sending 4 bytes for channel id 0 (maxSize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:01.648 : Consumed 4 bytes of window space (4294967291 bytes left)
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.648 : Sending SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.649 : Sent 4 bytes (4 total) for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.649 : Sent total bytes 4 for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.649 : Sending 5 bytes for channel id 0 (maxSize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:01.649 : Consumed 5 bytes of window space (4294967286 bytes left)
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.649 : Sending SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.650 : Sent 5 bytes (5 total) for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.650 : Sent total bytes 5 for channel id 0
DEBUG [SftpSubsystemClient] 29 Aug 2012 06:46:01.753 : Timed out attempt #0
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.855 : Received registered message: SSH_MSG_IGNORE
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.856 : Received unregistered message: SSH_MSG_CHANNEL_DATA
DEBUG [AsyncService] 29 Aug 2012 06:46:01.856 : Routing SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.857 : Received 67 bytes of data for channel id 0
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:01.857 : Consumed 67 bytes of window space (131003 bytes left)
DEBUG [SubsystemMessageStore] 29 Aug 2012 06:46:01.858 : Received SSH_FXP_INIT subsystem message
DEBUG [AsyncService] 29 Aug 2012 06:46:01.858 : Finished processing SSH_MSG_CHANNEL_DATA
DEBUG [SftpSubsystemClient] 29 Aug 2012 06:46:01.858 : Received reply to init msg
DEBUG [SftpSubsystemClient] 29 Aug 2012 06:46:01.858 : Server responded with version 3
DEBUG [com.enterprisedt.net.j2ssh.subsystem.SubsystemChannel] 29 Aug 2012 06:46:01.858 : Sending SSH_FXP_REALPATH subsystem message
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.858 : Sending 4 bytes for channel id 0 (maxSize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:01.859 : Consumed 4 bytes of window space (4294967282 bytes left)
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.859 : Sending SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.859 : Sent 4 bytes (4 total) for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.859 : Sent total bytes 4 for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.859 : Sending 9 bytes for channel id 0 (maxSize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:01.859 : Consumed 9 bytes of window space (4294967273 bytes left)
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:01.859 : Sending SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.860 : Sent 9 bytes (9 total) for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:01.860 : Sent total bytes 9 for channel id 0
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.057 : Received registered message: SSH_MSG_IGNORE
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.058 : Received unregistered message: SSH_MSG_CHANNEL_DATA
DEBUG [AsyncService] 29 Aug 2012 06:46:02.058 : Routing SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.058 : Received 111 bytes of data for channel id 0
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.058 : Consumed 111 bytes of window space (130892 bytes left)
DEBUG [SshFxpName] 29 Aug 2012 06:46:02.061 : 1 file(s) in directory
DEBUG [SubsystemMessageStore] 29 Aug 2012 06:46:02.064 : Received SSH_FXP_NAME subsystem message
DEBUG [AsyncService] 29 Aug 2012 06:46:02.064 : Finished processing SSH_MSG_CHANNEL_DATA
DEBUG [SftpClient] 29 Aug 2012 06:46:02.067 : Setting remote EOL to be '0D0A'
INFO [SftpMessageStore] 29 Aug 2012 06:46:02.068 : Using control encoding: UTF-8
INFO [SftpSubsystemClient] 29 Aug 2012 06:46:02.068 : Using control encoding: UTF-8
DEBUG [SftpClient] 29 Aug 2012 06:46:02.068 : No limit now set on transfers
Aug 29, 2012 6:46:02 AM com.Blah.ftptest.FTPTest getSFTPClient
INFO: Connection Was succesfull!
DEBUG [SftpClient] 29 Aug 2012 06:46:02.068 : Setting remote EOL to be '0D0A'
Aug 29, 2012 6:46:02 AM com.Blah.ftptest.FTPTest performFtp
INFO: SFTP Conection Intiated:Status=CONNECTED
DEBUG [SSHFTPClient] 29 Aug 2012 06:46:02.071 : Autodetect on - changed transfer type to ASCII
DEBUG [SftpClient] 29 Aug 2012 06:46:02.071 : put(remote path=/holdings/Blah_connectivity_test.csv)
DEBUG [com.enterprisedt.net.j2ssh.subsystem.SubsystemChannel] 29 Aug 2012 06:46:02.071 : Sending SSH_FXP_STAT subsystem message
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.071 : Sending 4 bytes for channel id 0 (maxSize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.071 : Consumed 4 bytes of window space (4294967269 bytes left)
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.071 : Sending SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.072 : Sent 4 bytes (4 total) for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.072 : Sent total bytes 4 for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.072 : Sending 43 bytes for channel id 0 (maxSize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.072 : Consumed 43 bytes of window space (4294967226 bytes left)
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.072 : Sending SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.072 : Sent 43 bytes (43 total) for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.073 : Sent total bytes 43 for channel id 0
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.257 : Received registered message: SSH_MSG_IGNORE
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.257 : Received unregistered message: SSH_MSG_CHANNEL_DATA
DEBUG [AsyncService] 29 Aug 2012 06:46:02.258 : Routing SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.258 : Received 41 bytes of data for channel id 0
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.258 : Consumed 41 bytes of window space (130851 bytes left)
DEBUG [SubsystemMessageStore] 29 Aug 2012 06:46:02.258 : Received SSH_FXP_ATTRS subsystem message
DEBUG [SSHFTPClient] 29 Aug 2012 06:46:02.071 : Autodetect on - changed transfer type to ASCII
DEBUG [SftpClient] 29 Aug 2012 06:46:02.071 : put(remote path=/holdings/Blah_connectivity_test.csv)
DEBUG [com.enterprisedt.net.j2ssh.subsystem.SubsystemChannel] 29 Aug 2012 06:46:02.071 : Sending SSH_FXP_STAT subsystem message
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.071 : Sending 4 bytes for channel id 0 (maxSize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.071 : Consumed 4 bytes of window space (4294967269 bytes left)
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.071 : Sending SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.072 : Sent 4 bytes (4 total) for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.072 : Sent total bytes 4 for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.072 : Sending 43 bytes for channel id 0 (maxSize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.072 : Consumed 43 bytes of window space (4294967226 bytes left)
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.072 : Sending SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.072 : Sent 43 bytes (43 total) for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.073 : Sent total bytes 43 for channel id 0
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.257 : Received registered message: SSH_MSG_IGNORE
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.257 : Received unregistered message: SSH_MSG_CHANNEL_DATA
DEBUG [AsyncService] 29 Aug 2012 06:46:02.258 : Routing SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.258 : Received 41 bytes of data for channel id 0
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.258 : Consumed 41 bytes of window space (130851 bytes left)
DEBUG [SubsystemMessageStore] 29 Aug 2012 06:46:02.258 : Received SSH_FXP_ATTRS subsystem message
DEBUG [AsyncService] 29 Aug 2012 06:46:02.258 : Finished processing SSH_MSG_CHANNEL_DATA
DEBUG [com.enterprisedt.net.j2ssh.subsystem.SubsystemChannel] 29 Aug 2012 06:46:02.260 : Sending SSH_FXP_OPEN subsystem message
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.260 : Sending 4 bytes for channel id 0 (maxSize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.260 : Consumed 4 bytes of window space (4294967222 bytes left)
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.260 : Sending SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.261 : Sent 4 bytes (4 total) for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.261 : Sent total bytes 4 for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.261 : Sending 59 bytes for channel id 0 (maxSize=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.261 : Consumed 59 bytes of window space (4294967163 bytes left)
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.261 : Sending SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.262 : Sent 59 bytes (59 total) for channel id 0
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.262 : Sent total bytes 59 for channel id 0
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.465 : Received registered message: SSH_MSG_IGNORE
DEBUG [TransportProtocolCommon] 29 Aug 2012 06:46:02.466 : Received unregistered message: SSH_MSG_CHANNEL_DATA
DEBUG [AsyncService] 29 Aug 2012 06:46:02.466 : Routing SSH_MSG_CHANNEL_DATA
DEBUG [ConnectionProtocol] 29 Aug 2012 06:46:02.466 : Received 19 bytes of data for channel id 0
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.467 : Consumed 19 bytes of window space (130832 bytes left)
DEBUG [SubsystemMessageStore] 29 Aug 2012 06:46:02.467 : Received SSH_FXP_HANDLE subsystem message
DEBUG [AsyncService] 29 Aug 2012 06:46:02.467 : Finished processing SSH_MSG_CHANNEL_DATA
DEBUG [SftpFileOutputStream] 29 Aug 2012 06:46:02.467 : Parallel write mode = true
DEBUG [SftpFileOutputStream] 29 Aug 2012 06:46:02.468 : Writing buffer of size 65535 (max packet size=32648)
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.468 : Waiting for at least 50 bytes of window space
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.468 : Waiting for at least 50 bytes of window space
DEBUG [ChannelDataWindow] 29 Aug 2012 06:46:02.468 : Waiting for at least 50 bytes of window spac
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: edtFtpj 4.2.0 Pro SFTP transfer issue

by support2 » Thu Aug 30, 2012 9:44 am

Your log says "edtFTPjPRO-3.1.1" so you're not using the version you think you are.
no avatar
User

ismail_shaik

Posts

12

Joined

Fri Mar 02, 2012 7:58 pm

Re: edtFtpj 4.2.0 Pro SFTP transfer issue

by ismail_shaik » Thu Aug 30, 2012 5:56 pm


Who is online

Users browsing this forum: No registered users and 109 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign
cron