I installed Ubuntu on my parents computer. Besides SCP, is there a lazy way to drag and drop movies from my computer to theirs?
Should I use a virtual desktop? maybe a nautilus plugin or maybe scp gui client? What's the laziest way you know.
|
I installed Ubuntu on my parents computer. Besides SCP, is there a lazy way to drag and drop movies from my computer to theirs? Should I use a virtual desktop? maybe a nautilus plugin or maybe scp gui client? What's the laziest way you know. | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Mount ssh in nautilus.
Then you can drag-and-drop from nautilus. | |||
|
feedback
|
|
if you're both on the same LAN (network) you could mount your drive (on the other PC) either via NFS or samba (windows file sharing) and then use nautilus file explorer to copy in between as the mount point will be seen as a "regular" folder. | |||
|
feedback
|
|
Have a look at
This will move all of the files in the directory "Videos" in your home directory to the same location on their machine Because of the way it's designed you can interrupt it at any time and it'll pick up where it was stopped. Or if you add new videos on your computer it'll just sync over the new/changed ones next time you run it. | |||
|
feedback
|
|
Share a Dropbox directory. It will work seamlessly with whatever OS and GUI file manager you use, and regardless of what inbound ports your firewalls have blocked. | |||||||||||||
feedback
|
|
If you're already using SSH to copy files, why not use SSHFS? Just install the package sshfs-fuse. The commands to mount an sshfs filesystem are a little too complicated for me to memorize, so I just set up a few aliases instead:
| |||
|
feedback
|
|
You can use a cross-crimped LAN cable and connected the LAN ports of both computers. You can then create a two-computer LAN network by manually assigning IP address to both computers and use Nautilus to copy the files. Copying over LAN is usually faster. | |||
|
feedback
|