this post was submitted on 09 Dec 2025
95 points (100.0% liked)
Linux
60439 readers
264 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
WinSCP is a Windows tool I use at work to send files between machines and I wish there was linux version. Programs like Dolphin are similar but I always manage to find something I can do in WinSCP that I can't do in the linux alternatives
Edit: commenters just pointed out a bunch of potential solutions I wasn't even aware of, so I'm probably just dumb please carry on
I'm not sure what WinSCP has what linux SCP hasn't? I guess WinSCP is a GUI tool?
I do a lot of scp to send files between machines (even mac<->linux).
Filezilla?
It’s a GUI tool that lets you see both filesystem side by side and drag and drop items to transfer them
Can't you already do that from Nautilus with bookmarked sftp locations?
I'm not commenting to discourage other tools from being made, just curious if there's some aspect of that process that isn't already easy to accomplish on Linux with existing GUI tools, or if you'd like to be able to do it differently is all.
Have you seen the current version of SSH Pilot? Close enough perhaps?
I’m intrigued.
Do you recall something in particular?
FWIW, I usually just connect to a ssh location from within Nautilus.
FAR manager (clone of Norton Commander) might be worth giving a look. Not a GUI, though, it's TUI but responds to mouse.
On Debian,
sudo apt install far2land then runfar2l.BTW, to add ssh-agent authenticated scp connection, press F11, go to NetRocks and create connection. in the dialog you'll need to select the protocol to
scpand then auth method in "protocol options". you can edit an existing connection by going back to the connection "directory" and using F4 on the connection. Once you connect you can copy/move files back and forth.Along with scp it supports eg. smb, nfs and davs.