Re: Non-Interactive SFTP

From: Ian D. Bjorhovde (ianbjor@MOBILEAUDIO.COM)
Date: Sat Apr 26 2003 - 09:36:30 EDT


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,



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:47 EDT