7/17/2008

Transfer downloaded file to a Linux workstation

How do i transfer downloaded file to a Linux workstation?

I assume you have downloaded your file to a windows machine.

If the two computers are on the same network:

on the windows machine share the directory or file

on the linux machine mount a smb drive (pointing to the shared item)
use cp to copy from the smb drive to the local file system.

0 comments: