Help needed using SFTP

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
ken_77
Posts: 2
Joined: Thu 25 Aug 2011 11:33

Help needed using SFTP

Post by ken_77 » Thu 25 Aug 2011 11:46

Hi,

I have a form with a FTPclient, and SSHclient and a ChannelClient, connecting is successfull - but trying to download a file throws the error:

UnicodeString E1;
SFTP->DownloadFile( "test.txt",E1,true);


"Cannot send data to server"




What did I miss here - any help is very much appreciated.

ken_77
Posts: 2
Joined: Thu 25 Aug 2011 11:33

Post by ken_77 » Thu 25 Aug 2011 12:03

Further - if I do this, I get a timeout:

SSH->Connect();

//vait for connect, then continue

SFTP->Initialize();

timeout, session have not responded

... and my application is freezing when calling the above

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 26 Aug 2011 11:54

It seems that this SSH server doesn't support SFTP protocol.
Can you connect to SFTP using any other third-party SFTP client?

Post Reply