Re: Non-Interactive SFTP

From: Ian D. Bjorhovde (ianbjor_at_MOBILEAUDIO.COM)
Date: 04/26/03

  • Next message: Wesley Joyce: "SMBFS failes on AIX 5.2 with 64 bit kernl"
    Date:         Sat, 26 Apr 2003 06:36:30 -0700
    To: aix-l@Princeton.EDU
    
    

    Naylor, Jim wrote:
    > I tried this command according to the man pages:
    >
    > scp -B username@servername:test.file
    >
    > and it kept comming back with the usage. What am I doing wrong?

    I think you need to do:

        scp -B username@servername:test.file test.file # Remote to local
    or
        scp -B test.file username@servername:test.file # Local to remote

    And, as Aaron said, you need to set up your keys with no password.

    Good luck,


  • Next message: Wesley Joyce: "SMBFS failes on AIX 5.2 with 64 bit kernl"

    Relevant Pages

    • [ANN] main-2.1.0
      ... a class factory and dsl for generating command line programs real quick ... added custom error handling dsl for parameters, ... method which simply dumps out usage and exits ... def runputs 'installing...' ...
      (comp.lang.ruby)
    • [ANN] main-2.1.0
      ... a class factory and dsl for generating command line programs real quick ... added custom error handling dsl for parameters, ... method which simply dumps out usage and exits ... def runputs 'installing...' ...
      (comp.lang.ruby)
    • [ANN] main-2.5.0
      ... a class factory and dsl for generating command line programs real ... def runputs 'installing...' ... and auto-generation of usage messages can ... int(foo): the cast is int, ...
      (comp.lang.ruby)
    • [ANN] main-2.0.0
      ... a class factory and dsl for generating command line programs real quick ... def runputs 'installing...' ... and auto-generation of usage messages can really streamline ... int(foo): the cast is int, ...
      (comp.lang.ruby)
    • [ANN] main-2.2.0
      ... a class factory and dsl for generating command line programs real quick ... def runputs 'installing...' ... and auto-generation of usage messages can really streamline ... int(foo): the cast is int, ...
      (comp.lang.ruby)