SFTP client problem

Hi,

I can not connect via dopus ftp client to the sftp server which issue authentication banner.

Below log from connection:

Opening Connection xxx.xxx.xxx.xxx
SSH: Server version: SSH-2.0-OpenSSH_4.2
SSH: We claim version: SSH-2.0-PuTTY-FZ-Local: Aug 22 2006 15:51:04
SSH: Using SSH protocol version 2
SSH: Doing Diffie-Hellman group exchange
SSH: Doing Diffie-Hellman key exchange
SSH: Host key fingerprint is:
SSH: ssh-rsa 1024 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
SSH: Initialised AES-256 client->server encryption
SSH: Initialised AES-256 server->client encryption
SSH: Access granted
SSH: Opened channel for session
SSH: Primary command failed; attempting fallback
SSH: Started a shell/command
SSH: Server sent command exit status 127
SSH: All channels closed. Disconnecting
SSH: Fatal: unable to initialise SFTP: could not connect

Is it any possible to connect to that server using dopus?

br
Darek

It may be a firewall issue. Are you able to connect to the same site using another program to check whether the issue is specific to something Opus is doing?

Hi

I can connect to that server using winscp (authentication banner is shown - That why I know that this is probably problem with authentication banner and dopus)

br
Darek

Hi,

Could you please submit a formal bug report to the GPSoftware Support site with details of the server and login etc so we can check what you are seeing here.

Thanks.

Hi

Thanks.

I've just submit formal bug report.

br
Darek

This topic is resolved and is not a problem with Opus SFTP.

In summary, the server actually reports

Using keyboard-interactive authentication.
Password:
bash: line 2: exec: sftp-server: not found
.Fatal: unable to initialise SFTP: could not connect

So, this issue is simply that the server is NOT running an FTP server process so Opus SFTP has nothing to which it can connect .

SCP and SFTP are not the same and require different server programs.