Help needed using SFTP
Posted: 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.
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.