Re: convenience question of new scp user

From: Richard E Silverman (res_at_qoxp.net)
Date: 06/23/03

  • Next message: Richard E Silverman: "Re: Can't access server from user console"
    Date: 23 Jun 2003 12:18:12 -0400
    
    

    >>>>> "JA" == johan antwerp <johanwantwerp@excite.com> writes:

        JA> 1) If the power fails on my computer when I'm doing a very large
        JA> file transfer with scp, after a reboot and re-establishment of the
        JA> ssh session, can scp simply resume the file transfer where it was
        JA> left off

    No.

        JA> 2) can multiple connections be opened to increase the speed of the
        JA> scp file transfer?

    No, and multiple connections would not increase speed anyway.

        JA> 3) would these features depend only on the underlying protocols or
        JA> technology and not scp itself?

    Resumption would be an implementation feature of the scp program.

        JA> 5) what underlying protocols does scp rely on?

    scp uses an undocumented protocol which is essentially rcp. It has no
    security features itself, but is run over an SSH connection for security
    (i.e. scp actually runs the "ssh" program to connect to the remote side.

    -- 
      Richard Silverman
      res@qoxp.net
    

  • Next message: Richard E Silverman: "Re: Can't access server from user console"

    Relevant Pages

    • Re: Is SSH worth it??
      ... > We would be using SSH and SCP. ... SCP for automated scripts. ... > client will not be prompted for a password. ... remote machine, but imho it is better to swap client+server and give ...
      (Security-Basics)
    • RE: SCP and MVS data sets?
      ... SCP and MVS data sets? ... Is it possible that the open function is different in SCP? ... You can also do the following weirdness to use ssh to copy a z/OS legacy ...
      (bit.listserv.ibm-main)
    • Re: linux to linux scp in batch mode: how?
      ... reason why it works now is because of the dsa key. ... > been configured automatically when I set up ssh, I would imagine that I am ... >> I have ssh and scp up and running on my two Redhat 7.2 Linux machines, ... >> between the machines. ...
      (comp.security.ssh)
    • Re: linux to linux scp in batch mode: how?
      ... And now I can log on via ssh or scp without being prompted for the password. ... I am not specifically using ssh-agent, ... > between the machines. ...
      (comp.security.ssh)
    • RES: Is SSH worth it??
      ... attacker would have root access to another machines in your network. ... When I needed automated scripting using ssh and scp I used this programming ... SCP for automated scripts. ...
      (Security-Basics)