Re: [Cooker] scp login name option

2001-07-06 Thread Alexander Skwar

So sprach Eugenio Diaz am Fri, Jul 06, 2001 at 07:05:56AM -0700:
> Does anyone here know how to tell "scp" a different login name like the "-l"
> option of ssh?

scp file user@host:

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 2 days 0 hours 31 minutes




RE: [Cooker] scp login name option

2001-07-06 Thread Patrick Mullaley

try scp  @:

and scp @: 

Patrick

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Eugenio Diaz
Sent: Friday, July 06, 2001 10:06 AM
To: Cooker Maillist
Subject: [Cooker] scp login name option


Does anyone here know how to tell "scp" a different login name like the "-l"
option of ssh?

For example if I want to copy files between computer A and B and my user ID
is
foo at A and bar B, then I tried:

scp -o "-l bar" A:filetocopy .

but that did not work ... any one know how to do it. This is a pretty
frequent
situation when you are using computers that only use ssh ...

=

Eugenio Diaz, BSEE/BSCE
Linux Engineer
[EMAIL PROTECTED]

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/






Re: [Cooker] scp login name option

2001-07-06 Thread Guillaume Cottenceau

Eugenio Diaz <[EMAIL PROTECTED]> writes:

> Does anyone here know how to tell "scp" a different login name like the "-l"
> option of ssh?
> 
> For example if I want to copy files between computer A and B and my user ID is
> foo at A and bar B, then I tried:
> 
> scp -o "-l bar" A:filetocopy .

scp /tmp/localname otherlogin@machine:/tmp/remotename



-- 
Guillaume Cottenceau - http://mandrakesoft.com/~gc/