Hello,
We're facing a problem using the scp feature.
We'd want to implement a file transfer with scp. Basically, we try to use the 
example provided in your site, and it seems to not work.
Here are the operations we make:
- open a new ssh session with ssh_new
- manage the ssh authentication with ssh_message_auth_user And 
ssh_message_auth_password
- Then our scp server receive the SSH_REQUEST_CHANNEL_OPEN from the client (SSH 
protocol)
- open the channel with ssh_message_channel_request_open_reply_accept
- then we handle the scp command for copy using the example from your site.

It seems that the scp_new function opens a new channel, that is not the same 
opened with ssh client, and this does not work.
Is there any problem with our solution?
How does your scp feature work?

Thanks
Yohan
Ce message et toutes les pièces jointes sont établis à l'intention exclusive de 
ses destinataires et sont confidentiels. Si vous recevez ce message par erreur, 
merci de le détruire et d'en avertir immédiatement l'expéditeur.

The information contained in this e-mail and any attachments are intended 
solely for the addressees. If you have received this email in error, please 
contact the sender and delete the email from your system.

Reply via email to