How to transfer files between computers on a network

kitepilot at kitepilot.com kitepilot at kitepilot.com
Wed Oct 22 14:08:02 MST 2008


Linux:
Open up a terminal and type:
ip addr show
and choose the adapter that connects to the network you want. 

If that doesn't work:
ifconfig -a 


windoze:
Open up a command prompt ant type:
ipconfig 

use scp as:
scp /file/to/copy user at machine:/copy/file/to
It's easy, even I can do it...   :)
Enrique 

 

 

Josef Lowder writes: 

> How do I get the 'ip' numbers for each computer from which
> and to which I want to transfer a file using 'scp'? 
> 
> i.e. scp filename.jpg nnn.nnn.n.nn 
> 
> 
> On 10/22/08, Josef Lowder <joe at actionline.com> wrote:
>>  (1) "scp *.jpg 192.168.1.12:"
>>  (2) sftp (if you have ssh running) then username at ip-adress
>>  (3) From KDE Konqueror, in the location bar type:
>>  fish://ipaddress/location/or/folder
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


More information about the PLUG-discuss mailing list