Re: Non-Interactive SFTP
From: Ian D. Bjorhovde (ianbjor_at_MOBILEAUDIO.COM)
Date: 04/26/03
- Previous message: Shekhar Dhotre: "Re: ssh -d start errors"
- In reply to: Naylor, Jim: "Re: Non-Interactive SFTP"
- Next in thread: Naylor, Jim: "Re: Non-Interactive SFTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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,
- Previous message: Shekhar Dhotre: "Re: ssh -d start errors"
- In reply to: Naylor, Jim: "Re: Non-Interactive SFTP"
- Next in thread: Naylor, Jim: "Re: Non-Interactive SFTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|