Re: What is the command to copy files from A to B when ssh c…

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: kitepilot@kitepilot.com
Fecha:  
A: Main PLUG discussion list
Asunto: Re: What is the command to copy files from A to B when ssh connected?
There is not a "command to copy files from computer A to computer B when ssh
logged in...", but you can use SSH as a "transport" (regardless of which
computer you are logged-in-how, providing the the destination computer is
running an SSH server and you have the appropriate credentials) using:

Scenario 1:
scp user@remotebox:/file/I/want /where/I/want/it

or

Scenario 2:
scp /file/I/want user@remotebox:/where/I/want/it

YMMV... :)
ET


writes:

> What is the correct command syntax to copy files from computer A
> to computer B when ssh logged in to comuter B from computer A?
>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss