Re: how to get filezilla or best option ...

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
+ (text/html)
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Phil Waclawski via PLUG-discuss
Fecha:  
A: Main PLUG discussion list
Cc: Phil Waclawski
Asunto: Re: how to get filezilla or best option ...
If you are using sftp

sftp -i ~/.ssh/keyfilename -P 22

if you are using your default key, and you are using the default port of
22, you can drop the
-i and -P options

when connected

put filename (uploads file)
get filename (downloads file)

cd and ls (change directory or use ls on REMOTE machine)
lcd lls (change working directory and ls on YOUR machine)

Phil W

On Fri, May 6, 2022 at 4:59 PM Herminio Hernandez, Jr. via PLUG-discuss <
> wrote:

> here is the syntax
> send
> scp file user@server:~/directory
> rec
> scp ser@server:~/directory file
>
> On Fri, May 6, 2022 at 4:52 PM joe--- via PLUG-discuss <
> > wrote:
>
>> Today, I tried to install filezilla on my linux
>> laptop and it did not work. What is the best option?
>>
>> I can ssh from one of my linux laptops into another
>> one on my home network, but I don't know the syntax
>> to ftp from one to the other. And I don't know any
>> other way to send to or retrieve from one to the other.
>>
>> I tried 'scp' but don't know the correct syntax.
>>
>> ===
>> ---------------------------------------------------
>> PLUG-discuss mailing list -
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss