this post was submitted on 24 Jun 2025
6 points (100.0% liked)
techsupport
2880 readers
7 users here now
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Seeing as you're using Putty, I guess it's safe to assume that remote is Linux and local is windows?
In that case, use scp (winscp, filezilla, or one of the many other alternatives. Many FTP client have baked in support for scp).
It runs over the ssh protocol, so your remote machine already supports it.
Yeah remote is Linux.
Thanks, that works, and it's pretty easy. Also I just found out that Putty comes with scp (pscp), so that's pretty neat too.