I have been enjoying FileZilla as my SCP/SFTP client for some time.
On Sat, May 7, 2022 at 12:08 PM Snyder, Alexander J via PLUG-discuss <
plug-discuss@lists.phxlinux.org> wrote:
> I have personally found scp infinitely easier than sftp. Been doing this a
> long time now and I've never cared to i
I have personally found scp infinitely easier than sftp. Been doing this a
long time now and I've never cared to invest the solid afternoon worth of
reading to really figure sftp out. 🤣
Thanks,
Alexander
Sent from my Samsung Galaxy S22+
On Fri, May 6, 2022, 17:15 Phil Waclawski via PLUG-discuss
If you are using sftp
sftp -i ~/.ssh/keyfilename -P 22 u...@hostname.com
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
On 2022-05-06 16:59, Herminio Hernandez, Jr. via PLUG-discuss wrote:
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.
ftp requires in
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 <
plug-discuss@lists.phxlinux.org> wrote:
> Today, I tried to install filezilla on my linux
> laptop and it did not work. What is the best option?
>
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