Using version 2.3.0, I get a connection refused error. I can log in using PuTTY 0.53 without any problems. I tried downgrading to 2.2.3, and I get the same problem. (I think the version I used before the upgrade was 2.2.0.) I downgraded to 2.0.0, and it seems to log in okay, but gives me a
"List index out of bounds (6)" error.
Thanks for writing this program. I hope this bug can be fixed soon.
. --------------------------------------------------------------------------
. WinSCP Version 2.3.0 (Build 146)
. Login time: Friday, May 23, 2003 5:22:02 PM
. --------------------------------------------------------------------------
. Session name: dcoppit@www.coppit.org
. Host name: www.coppit.org (Port: 22)
. User name: dcoppit (Password: No, Key file: Yes)
. SSH protocol version: 1; Compression: No
. Agent forwarding: No; TIS/CryptoCard: No; KI: Yes
. Ciphers: 3des,aes,blowfish,WARN,des; Ssh2DES: No
. Ping interval: 60 sec (0 = off); Timeout: 15 sec
. SSH Bugs: A,A,A,A,A,A,A,
. Proxy: none
. Return code variable: Autodetect; Lookup user groups: Yes
. Shell: default, EOL: 0
. Local directory: default, Remote directory: home, Update: No, Cache: Yes
. Clear aliases: Yes, Unset nat.vars: Yes
. Alias LS: No, Ign LS warn: Yes, Scp1 Comp: No
. --------------------------------------------------------------------------
. Looking up host "www.coppit.org"
. Connecting to 209.31.146.75 port 22
. Attempt to close connection due to fatal exception:
* Network error: Connection refused
. Closing connection.
* (ESshFatal) Network error: Connection refused
. --------------------------------------------------------------------------
. WinSCP Version 2.0.0 (Build 99)
. Login time: Friday, May 23, 2003 5:36:03 PM
. --------------------------------------------------------------------------
. Session name: dcoppit@www.coppit.org
. Host name: www.coppit.org (Port: 22)
. User name: dcoppit (Password: No, Key file: Yes)
. SSH protocol version: 1; Compression: Yes
. Agent forwarding: No; TIS/CryptoCard authentication: No
. Imitate SSH2 MAC bug: No; Cipher: 3des
. Ping interval: 5 min (0 = off)
. Return code variable: Autodetect; Lookup user groups: Yes
. Shell: /usr/local/bin/bash, EOL: 0
. Local directory: default, Remote directory: home
. Clear aliases: Yes, Unset nat.vars: Yes
. Alias LS: No, Ign LS warn: Yes, Scp1 Comp: No
. --------------------------------------------------------------------------
. Server version: SSH-1.99-OpenSSH_3.4p1 FreeBSD-20020702
. We claim version: SSH-1.5-PuTTY
. Using SSH protocol version 1
. Received public keys
. Host key fingerprint is:
. 1024 d5:0f:d2:20:67:78:26:fd:63:b8:2c:f2:1a:56:36:08
. Encrypted session key
. Using 3DES encryption
. Trying to enable encryption...
. Initialised triple-DES client->server encryption
. Initialised triple-DES server->client encryption
. Successfully started encryption
. Sent username "dcoppit"
. Pageant is running. Requesting keys.
. Pageant has 0 keys
. Remote: RSA authentication accepted.
. Authentication successful
. Started compression
. Initialised zlib (RFC1950) compression
. Initialised zlib (RFC1950) decompression
. Started session
. --------------------------------------------------------------------------
. Doing startup conversation with host (shell).
. Skipping host startup message (if any).
> echo "WinSCP: this is end-of-file:0"
! stty: stdin isn't a terminal
< WinSCP: this is end-of-file:0
. Detecting variable containing return code of last command.
. Trying "$status".
> echo "$status" ; echo "WinSCP: this is end-of-file:0"
< WinSCP: this is end-of-file:0
. Trying "$?".
> echo "$?" ; echo "WinSCP: this is end-of-file:0"
< 0
< WinSCP: this is end-of-file:0
. Return code variable "$?" selected.
. Looking up current user groups.
> groups ; echo "WinSCP: this is end-of-file:$?"
< dcoppit
< WinSCP: this is end-of-file:0
. Following groups found:
. dcoppit
. Clearing all aliases.
> unalias "echo" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `echo': not an alias
< WinSCP: this is end-of-file:1
> unalias "pwd" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `pwd': not an alias
< WinSCP: this is end-of-file:1
> unalias "cd" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `cd': not an alias
< WinSCP: this is end-of-file:1
> unalias "ls" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `ls': not an alias
< WinSCP: this is end-of-file:1
> unalias "groups" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `groups': not an alias
< WinSCP: this is end-of-file:1
> unalias "scp" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `scp': not an alias
< WinSCP: this is end-of-file:1
> unalias "rm" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `rm': not an alias
< WinSCP: this is end-of-file:1
> unalias "mv" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `mv': not an alias
< WinSCP: this is end-of-file:1
> unalias "mkdir" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `mkdir': not an alias
< WinSCP: this is end-of-file:1
> unalias "chmod" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `chmod': not an alias
< WinSCP: this is end-of-file:1
> unalias "chgrp" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `chgrp': not an alias
< WinSCP: this is end-of-file:1
> unalias "chown" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `chown': not an alias
< WinSCP: this is end-of-file:1
> unalias "unset" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `unset': not an alias
< WinSCP: this is end-of-file:1
> unalias "unalias" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `unalias': not an alias
< WinSCP: this is end-of-file:1
> unalias "alias" ; echo "WinSCP: this is end-of-file:$?"
! /usr/local/bin/bash: unalias: `alias': not an alias
< WinSCP: this is end-of-file:1
. Clearing national user variables.
> unset "LANG" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:1
> unset "LANGUAGE" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:1
> unset "LC_CTYPE" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:1
> unset "LC_COLLATE" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:1
> unset "LC_MONETARY" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:1
> unset "LC_NUMERIC" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:1
> unset "LC_TIME" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:1
> unset "LC_MESSAGES" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:1
> unset "LC_ALL" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:1
> unset "HUMAN_BLOCKS" ; echo "WinSCP: this is end-of-file:$?"
< WinSCP: this is end-of-file:1
. Getting current directory name.
> pwd ; echo "WinSCP: this is end-of-file:$?"
< /usr/local/home/dcoppit
< WinSCP: this is end-of-file:0
. Listing current directory.
> ls -la ; echo "WinSCP: this is end-of-file:$?"
< total 225
< drwxr-xr-x 21 dcoppit dcoppit 1024 May 23 17:06 .
< drwxr-xr-x 16 root wheel 512 Apr 3 17:32 ..
< drwxrwxrwx 6 dcoppit dcoppit 512 May 23 17:19 .NewsClipper
< -rw------- 1 dcoppit dcoppit 1015 May 20 15:35 .Xauthority
< -rw-rw-r-- 1 dcoppit dcoppit 5161 May 22 10:59 .addressbook
< -rw------- 1 dcoppit dcoppit 7586 May 22 10:59 .addressbook.lu
< -rw------- 1 dcoppit dcoppit 9483 May 22 12:35 .bash_history
< -rw-r--r-- 1 dcoppit dcoppit 230 Aug 18 1999 .bash_profile
< -rw-r--r-- 1 dcoppit dcoppit 1157 Sep 24 2002 .bashrc
< drwxrwxr-x 6 dcoppit dcoppit 512 Oct 19 2002 .cpan
< -rw-r--r-- 1 dcoppit dcoppit 2196 Oct 22 2002 .crontab
< -rw-r--r-- 1 dcoppit dcoppit 464 Sep 11 2000 .cshrc
< -rw------- 1 dcoppit dcoppit 63 Jan 3 20:13 .cvspass
< -rw------- 1 dcoppit dcoppit 47 Oct 14 2000 .forward
< -rw-r--r-- 1 dcoppit dcoppit 0 Sep 11 2000 .hushlogin
< -rw-r--r-- 1 dcoppit dcoppit 559 Sep 11 2000 .login
< -rw-r--r-- 1 dcoppit dcoppit 139 Sep 11 2000 .login_conf
< -rw------- 1 dcoppit dcoppit 351 Sep 11 2000 .mail_aliases
< -rw-r--r-- 1 dcoppit dcoppit 79 Apr 23 09:26 .mailboxlist
< -rw-r--r-- 1 dcoppit dcoppit 311 Sep 11 2000 .mailrc
< -rw------- 1 dcoppit dcoppit 36012 Oct 21 2002 .mysql_history
< drwxr-xr-x 2 dcoppit dcoppit 2048 Apr 24 2002 .ncftp
< -rw-r--r-- 1 dcoppit dcoppit 84 Mar 3 12:50 .newsrc
< -rw-r--r-- 1 dcoppit dcoppit 80 Mar 3 12:50 .newsrc.old
< -rw-rw-r-- 1 dcoppit dcoppit 21206 May 1 01:55 .pinerc
< -rwxr-xr-x 1 dcoppit dcoppit 5159 May 22 10:55 .procmailrc
< -rw-r--r-- 1 dcoppit dcoppit 1069 Sep 24 2002 .profile
< -rw------- 1 dcoppit dcoppit 257 Sep 11 2000 .rhosts
< -rw-r--r-- 1 dcoppit dcoppit 832 Sep 11 2000 .shrc
< -rw-r--r-- 1 dcoppit dcoppit 254 Feb 3 12:03 .signature
< drwxr-xr-x 2 dcoppit dcoppit 512 May 23 17:30 .spamassassin
< drwx------ 2 dcoppit dcoppit 512 Jul 11 2002 .ssh
< -rw------- 1 dcoppit dcoppit 2604 May 23 17:05 .viminfo
< -rw-r--r-- 1 dcoppit dcoppit 0 Sep 18 2002 .viminfo.tmp
< -rw-r--r-- 1 dcoppit dcoppit 3727 Sep 24 2002 .vimrc
< drwx------ 2 dcoppit dcoppit 512 Jan 30 16:13 .w3m
< drwxrwxr-x 12 dcoppit dcoppit 512 Oct 21 2002 NewsClipper
< drwxr-xr-x 2 dcoppit dcoppit 512 Oct 16 2002 bin
< drwxrwxr-x 2 dcoppit dcoppit 512 Jan 25 2001 etc
< lrwxrwxr-x 1 dcoppit dcoppit 25 Jan 7 2001 ftp -> /var/ftp/pub/NewsClipper/
< -rw-r--r-- 1 dcoppit dcoppit 4990 May 4 00:40 general.cc
< drwxrwxr-x 2 dcoppit dcoppit 512 Oct 25 2000 include
< drwxrwxr-x 2 dcoppit dcoppit 512 Oct 25 2000 lib
< drwxrwxrwx 3 dcoppit dcoppit 512 Oct 28 2000 logs
< drwxrwxr-x 3 dcoppit dcoppit 1536 May 23 17:18 mail
< drwxrwxr-x 3 dcoppit dcoppit 512 Oct 25 2000 man
< drwx------ 2 dcoppit dcoppit 512 Aug 30 2002 metamail_tmp
< drwxrwxr-x 5 dcoppit dcoppit 512 Oct 25 2000 perl
< -rw-r--r-- 1 dcoppit dcoppit 79923 May 23 13:24 prop710.pdf
< -rw-r--r-- 1 dcoppit dcoppit 852 May 3 20:06 recover_files_not_same.sh
< drwxrwxr-x 7 dcoppit dcoppit 512 Jan 31 2002 software
< drwxrwxr-x 3 dcoppit dcoppit 512 Apr 30 12:50 temp
< -rw-r--r-- 1 dcoppit dcoppit 508 May 3 22:35 tests.h
< drwxrwxr-x 7 dcoppit dcoppit 512 May 24 2002 www
< WinSCP: this is end-of-file:0
. Listing file "/var/ftp/pub/NewsClipper/".
> ls -lad "/var/ftp/pub/NewsClipper/" ; echo "WinSCP: this is end-of-file:$?"
< drwxr-xr-x 2 dcoppit dcoppit 1536 Jan 4 11:44 /var/ftp/pub/NewsClipper/
< WinSCP: this is end-of-file:0
. Startup conversation with host (shell) finished.
* (EListError) List index out of bounds (6)
. Closing connection.