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.