View previous topic :: View next topic |
Author |
Message |
freedomlives n00b

Joined: 19 Aug 2011 Posts: 32 Location: Slovakia
|
Posted: Thu Apr 27, 2017 10:01 am Post subject: Graphical file management tool for remote servers? |
|
|
I am using XFCE and so I have my two servers as SFTP mounts through Thunar file manager, which is great for transferring files to/from my desktop to server. But I've realized that SFTP doesn't have a remote copy command. So any moves or copies I do through Thunar or any other file manager integrated with SFTP end up downloading the file to my local machine and then re-uploading it to the remote machine-- which can be quite slow.
Obviously, I know the command line and how to use SSH, just I find graphical utilities simpler for many operations.
So I wonder (and haven't found through googling) whether there is no sort of graphical client that connects using SSH to a remote host and uses shell commands on the remote host to perform file operations (e.g. cp, mv, etc.) and SFTP to send files between local host and remote? |
|
Back to top |
|
 |
Fulgurance l33t


Joined: 15 Feb 2017 Posts: 815
|
|
Back to top |
|
 |
John R. Graham Administrator


Joined: 08 Mar 2005 Posts: 10459 Location: Somewhere over Atlanta, Georgia
|
Posted: Thu Apr 27, 2017 11:20 am Post subject: |
|
|
I think you're working too hard to try to find tools to do a job in a nonstandard way. If you use NFS (or Samba) to mount the remote filesystems locally, then any tool that can manipulate a file can do the job, right down to the command line usual suspects (cp, mv, rm, cat, etc.) and all the way up to the complex GUI file managers.
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
 |
freedomlives n00b

Joined: 19 Aug 2011 Posts: 32 Location: Slovakia
|
Posted: Thu Apr 27, 2017 11:52 am Post subject: |
|
|
I guess I have to take my setup to the "next level" then. I've been happy mostly with SFTP as it is trivial to get working in a secure fashion. Granted that I'm the only one with shell-level access to these servers, so I won't have to deal with complexities of multi-user access over NFS or Samba, just to make sure that the stream is encrypted and only I have access. Would tunneling either of these over SSH be the solution? |
|
Back to top |
|
 |
cboldt l33t


Joined: 24 Aug 2005 Posts: 914
|
Posted: Thu Apr 27, 2017 11:58 am Post subject: |
|
|
Haven't tried it, Firefox has an addon called FireFTP |
|
Back to top |
|
 |
nbrogan n00b

Joined: 15 Apr 2017 Posts: 5
|
Posted: Fri Apr 28, 2017 12:23 am Post subject: |
|
|
Have you considered using a command line file manager with a TUI, like ranger or midnight commander? If you ssh-ed into your server and installed one of these, you could manage local files graphically (I personally use Ranger for almost everything file related) right in your ssh session. |
|
Back to top |
|
 |
|