LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Secure File Transfer
#1
Can I get some advice on how to securely transfer files using a GUI please?

I've installed a Ubuntu 14.04 server.  I can SSH from my Linux Lite client to the server no problem.  I am using a non-standard TCP port and I'm using a password (SSH keys didn't work out well for me).

Reading online, advice was to try Nautilus and Filezilla.  I installed Nautilus via "Install/Remove Software" but it doesn't seem to be present in any of the menus.  I also tried Filezilla but I can't seem to get it to work as it looks like it expects SSH keys.

What software are you all using to transfer files securely from your Linux Lite clients to Linux servers (using a non-standard TCP port)? 

NB: These are all running in Virtualbox VMs but I don't think that's an issue as I have all other services talking to each other.
Reply
#2
It turned out that although I couldn't connect in Filezilla using the "quick connect" facility, I was able to if I set up the connection using the "Site Manager".

My guess is that the quick connect feature was using the TCP port to determine the required service, which wouldn't work of course when using a non-standard port. 

In the site manager I was able to specify both the service (SSH) and the port number and it works nicely.
Reply
#3
Hi Earthenware,

Recommendations depend of course also on the exact case of usage, i.e. how often, how much, how many users, how much comfort etc.

I always try to keep it as simple as possible which also means to install as little as necessary.

Linux Lite has already everything on board - as so often thanks to the great, considerate developer team Smile

Therefore I would recommend using the installed file manager Thunar.
If you use the Toolbar Style (Thunar menu: -> View -> Location Selector -> Toolbar Style) you just need to type in:
Code:
sftp://<username>@<serverIP>:<port>/path/to/folder/on/server/
If you prefer to keep the Pathbar Style you can  hit Ctrl+L and type above command in the pop-up window.
For serverIP you can of course also use the hostname if you set it up the way that it gets resolved.

This will provide you with a Thunar window to your remote folder.
Then you open another Thunar window selecting your local folder.
From there you can use drag and drop or any other Thunar method to perform your file management.

Other solutions:

1. sshfs
You can mount the remote folder via sshfs to a local mount point. Then also using Thunar for file management.
sshfs needs to be installed though on the client.

2. Samba
Already installed and prepared by the Jerry & Co via Network Share Settings. But your server needs to run a Samba server too.

3. nfs
You could export the distinct folder on the server via nfs and mount it via nfs (and preferable automounter) locally. This would entail a lot more configuration and some installation.

Hope that helps for a start Smile
Am sure others will contribute other ideas...
Reply
#4
That's great, thanks so much.
Reply
#5
Hi,

A couple of things I did a while back, maybe of interest..??

- Remote Terminals
- Remote Desktops



GL
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks Smile

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Reply
#6
(07-05-2016, 02:25 PM)Earthenware link Wrote: That's great, thanks so much.

You're welcome Smile
Let us know how you go or where you need additional input.

If you decide to go with the sftp/Thunar solution:

1. Please be aware of this bug with certain LL (XFCE?) versions:
https://www.freecinema2022.gq/forums/other.../msg24756/

2. You can easily create bookmarks in Thunar for your remote folders. All configuration can be done from within Thunar. If you prefer to work directly on the config file, you'll find it here:
Code:
~/.config/gtk-3.0/bookmarks

All the best Smile
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)