Skip to main content
added 12 characters in body
Source Link
Anthon
  • 81.4k
  • 42
  • 174
  • 228

What I've found to be the best and most efficient solution is to use xclip-copyfilexclip-copyfile and xclip-pastefilexclip-pastefile.

On the server, you use xclip-copyfilexclip-copyfile to copy one or more files. These files are then available on your local server. There, you can use xclip-pastefilexclip-pastefile.

This bypasses the need to use scpscp or have a local ssh server. I use this with cygwin for instance. The only problem is that this requires installing xclipxclip if you don't already have it. Oh, and this works with binary files too.

What I've found to be the best and most efficient solution is to use xclip-copyfile and xclip-pastefile.

On the server, you use xclip-copyfile to copy one or more files. These files are then available on your local server. There, you can use xclip-pastefile.

This bypasses the need to use scp or have a local ssh server. I use this with cygwin for instance. The only problem is that this requires installing xclip if you don't already have it. Oh, and this works with binary files too.

What I've found to be the best and most efficient solution is to use xclip-copyfile and xclip-pastefile.

On the server, you use xclip-copyfile to copy one or more files. These files are then available on your local server. There, you can use xclip-pastefile.

This bypasses the need to use scp or have a local ssh server. I use this with cygwin for instance. The only problem is that this requires installing xclip if you don't already have it. Oh, and this works with binary files too.

Source Link
Robert
  • 229
  • 2
  • 3

What I've found to be the best and most efficient solution is to use xclip-copyfile and xclip-pastefile.

On the server, you use xclip-copyfile to copy one or more files. These files are then available on your local server. There, you can use xclip-pastefile.

This bypasses the need to use scp or have a local ssh server. I use this with cygwin for instance. The only problem is that this requires installing xclip if you don't already have it. Oh, and this works with binary files too.