*** UEStudio 11.20.0.1006
When connecting via SFTP, The login takes a long time(+25 secs) when attaching to any machine running: HP-UX, But connects(SFTP) almost immediately to any machine running: SunOS
If I use the FileZilla client and connect via SFTP to either a HP-UX or SunOS machine, It connects and gives directory listing in about 2 secs( see log below ).
Is there a way that I can get a very detailed log in UEStudio like in FileZilla( see below ) so I can try and determine why UEStudio it takes so long to connect to a HP-UX machine?
Tia
When connecting via SFTP, The login takes a long time(+25 secs) when attaching to any machine running: HP-UX, But connects(SFTP) almost immediately to any machine running: SunOS
If I use the FileZilla client and connect via SFTP to either a HP-UX or SunOS machine, It connects and gives directory listing in about 2 secs( see log below ).
Is there a way that I can get a very detailed log in UEStudio like in FileZilla( see below ) so I can try and determine why UEStudio it takes so long to connect to a HP-UX machine?
Tia
Code: Select all
22:09:13 Status: Connecting to xxxxx.yyyyy.com...
22:09:13 Trace: Going to execute "C:\Program Files\FileZilla FTP Client\fzsftp.exe"
22:09:13 Response: fzSftp started
22:09:13 Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started)
22:09:13 Trace: CSftpControlSocket::SendNextCommand()
22:09:13 Trace: CSftpControlSocket::ConnectSend()
22:09:13 Command: open "[email protected]" 22
22:09:13 Trace: Looking up host "xxxxx.yyyyy.com"
22:09:13 Trace: Connecting to xx.xxx.xxx.xx port xx
22:09:13 Trace: Server version: SSH-2.0-OpenSSH_5.3p1+sftpfilecontrol-v1.3-hpn13v5
22:09:13 Trace: Using SSH protocol version 2
22:09:13 Trace: We claim version: SSH-2.0-PuTTY_Local:_Jan__8_2012_14:40:35
22:09:13 Trace: Doing Diffie-Hellman group exchange
22:09:13 Trace: Doing Diffie-Hellman key exchange with hash SHA-256
22:09:14 Trace: Host key fingerprint is:
22:09:14 Trace: ssh-rsa 2048 ......................................
22:09:14 Trace: Initialised AES-256 SDCTR client->server encryption
22:09:14 Trace: Initialised HMAC-SHA1 client->server MAC algorithm
22:09:14 Trace: Initialised AES-256 SDCTR server->client encryption
22:09:14 Trace: Initialised HMAC-SHA1 server->client MAC algorithm
22:09:14 Trace: Using keyboard-interactive authentication. inst_len: 0, num_prompts: 1
22:09:14 Command: Pass: *********
22:09:14 Trace: Access granted
22:09:14 Trace: Opened channel for session
22:09:14 Trace: Started a shell/command
22:09:14 Status: Connected to xxxxx.yyyyy.com
22:09:14 Trace: CSftpControlSocket::ConnectParseResponse()
22:09:14 Trace: CSftpControlSocket::ResetOperation(0)
22:09:14 Trace: CControlSocket::ResetOperation(0)
22:09:14 Trace: CFileZillaEnginePrivate::ResetOperation(0)
22:09:14 Status: Retrieving directory listing...
22:09:14 Trace: CSftpControlSocket::SendNextCommand()
22:09:14 Trace: CSftpControlSocket::ChangeDirSend()
22:09:14 Command: pwd
22:09:14 Response: Current directory is: "/home/me"
22:09:14 Trace: CSftpControlSocket::ResetOperation(0)
22:09:14 Trace: CControlSocket::ResetOperation(0)
22:09:14 Trace: CSftpControlSocket::ParseSubcommandResult(0)
22:09:14 Trace: CSftpControlSocket::ListSubcommandResult()
22:09:14 Trace: state = 1
22:09:14 Trace: CSftpControlSocket::SendNextCommand()
22:09:14 Trace: CSftpControlSocket::ListSend()
22:09:14 Trace: state = 2
22:09:14 Command: ls
22:09:14 Status: Listing directory /home/me
22:09:14 Trace: CSftpControlSocket::ListParseResponse()
22:09:14 Trace: CSftpControlSocket::SendNextCommand()
22:09:14 Trace: CSftpControlSocket::ListSend()
22:09:14 Trace: state = 3
22:09:14 Status: Calculating timezone offset of server...
22:09:14 Command: mtime ".sh_history"
22:09:14 Response: 1330115663
22:09:14 Trace: CSftpControlSocket::ListParseResponse(1330115663)
22:09:14 Status: Timezone offsets: Server: -21600 seconds. Local: -21600 seconds. Difference: 0 seconds.
22:09:14 Trace: CSftpControlSocket::ResetOperation(0)
22:09:14 Trace: CControlSocket::ResetOperation(0)
22:09:15 Status: Directory listing successful