Sending Large files with linux
Robbi Nespu
robbinespu at gmail.com
Thu Feb 11 08:56:40 UTC 2021
On 7/2/2021 6:48 am, M.R.P. zensky via ubuntu-users wrote:
> Hello I am wanting to send a large file camera RAW from ubuntu to a windows machine. What is the best way to do this? Will Filezilla or OpenSSH do this?
>
I assume you want to move files from linux to windows.
there is one posibility from my experience:
[Yes] scp remotely from windows to remote linux
[No!] scp locally from linux to remote windows
Howto:
1) install git bash on your windows machine and then
2) fireup gitbash and scp transfer you file
$ scp.exe \
ubuntu at yourLinuxIpAddress:/home/ubuntu/a_large_file.raw \
/C/Users/windowsUsername/Desktop/
there is also others possibility which is using rsync, but scp is simple
for new user.
Have fun!
--
Email: Robbi Nespu <robbinespu AT SPAMFREE gmail DOT com>
PGP fingerprint : D311 B5FF EEE6 0BE8 9C91 FA9E 0C81 FA30 3B3A 80BA
PGP key : https://keybase.io/robbinespu/pgp_keys.asc
More information about the ubuntu-users
mailing list