fioan89 commented on issue #401:
URL: https://github.com/apache/mina-sshd/issues/401#issuecomment-1805941019

   Here is an example of an error from a different scp client:
   `
   $ scp log.txt ifaur@192.168.0.68:/home/ifaur/some_remote_path/
   ifaur@192.168.0.68's password:
   scp: dest open "/home/ifaur/some_remote_path/": Failure
   scp: failed to upload file log.txt to /home/ifaur/some_remote_path/
   `
   
   Something more verbose:
   `
    scp -v log.txt ifaur@192.168.0.68:/home/ifaur/some_remote_path/
   Executing: program /usr/bin/ssh host 192.168.0.68, user ifaur, command sftp
   OpenSSH_9.4p1, OpenSSL 3.1.2 1 Aug 2023
   debug1: Reading configuration data /c/Users/Fauri/.ssh/config
   debug1: Reading configuration data /etc/ssh/ssh_config
   debug1: Connecting to 192.168.0.68 [192.168.0.68] port 22.
   debug1: Connection established.
   
........................................................................................................................
   scp: debug1: stat remote: No such file or directory
   scp: dest open "/home/ifaur/some_remote_path/": Failure
   scp: failed to upload file log.txt to /home/ifaur/some_remote_path/
   debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
   debug1: channel 0: free: client-session, nchannels 1
   Transferred: sent 3776, received 3920 bytes, in 0.4 seconds
   Bytes per second: sent 9221.3, received 9572.9
   debug1: Exit status 0
   `
   
   I've removed the key handshake bits for brevity.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to