cannot scp under MorphOS 3.1
  • Paladin of the Pegasos
    Paladin of the Pegasos
    TheMagicM
    Posts: 1218 from 2003/6/17
    strange... MorphOS 3.1.

    So I'm using scp that is located in sys:applications/remoteshell/files..

    server is a linux box...I can ssh into it using the ssh command in the above listed directory.

    command used (for some reason my below command is butchered up when putting it on this forum) :
    scp -v -P 4343 themagicm@192.168.1.232:kick.tar .

    basically the command is (put the two togther and replace AT with the at sign):
    1. scp -v -P 4343
    2. themagicm AT 192.168.1.232:kick.tar .

    themagicm@192.168.1.232's password:
    debug1: Authentication succeeded (password).
    Authenticated to 192.168.1.232 ([192.168.1.232]:4343).
    debug1: channel 0: new [client-session]
    debug1: Requesting no-more-sessions@openssh.com
    debug1: Entering interactive session.
    debug1: Sending command: scp -v -f -- kick.tar
    Sending file modes: C0664 532480 kick.tar
    Sink: C0664 532480 kick.tar
    kick.tar 0% 0 0.0KB/s --:-- ETAResource temporarily unavailable
    Work:emulators/Amiga_stuff> debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
    debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
    debug1: channel 0: free: client-session, nchannels 1
    debug1: fd 0 clearing O_NONBLOCK
    debug1: fd 1 clearing O_NONBLOCK
    Transferred: sent 2368, received 535336 bytes, in 0.1 seconds
    Bytes per second: sent 25134.5, received 5682187.7
    debug1: Exit status 1
  • »14.05.13 - 00:56
    Profile Visit Website