You are not logged in.

#1 2009-04-23 12:03:58

elflord
Member
From: France
Registered: 2008-11-09
Posts: 51

look for quickest way to send files on local network

Hi all

I want to send files to my collegue on the same local network
i dont want to set up ftp server or samba etc

knowing their ip address
is there a way to send files directly and quickly with the least configs ?

thx

Offline

#2 2009-04-23 12:15:50

Lexion
Member
Registered: 2008-03-23
Posts: 510

Re: look for quickest way to send files on local network

scp - google it


urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand

Offline

#3 2009-04-23 12:18:00

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: look for quickest way to send files on local network

I normally use scp to transfer files around. You will need a ssh server installed if you don't already have one.

This works well though large files can take quite a bit of time to transfer compared to say ftp due to the overhead of the encryption.

Offline

#4 2009-04-23 12:40:00

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: look for quickest way to send files on local network

elflord wrote:

Hi all

I want to send files to my collegue on the same local network
i dont want to set up ftp server or samba etc

knowing their ip address
is there a way to send files directly and quickly with the least configs ?

thx

You can use netcat (pacman -S /gnu-netcat , command is nc).

On the receiving end:

nc -vv -l -p 1234 > filename

on the sending machine:


cat myfile | nc -c  192.168.1.22 1234

Change IP and port (1234) if needed.

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#5 2009-04-23 13:38:10

elflord
Member
From: France
Registered: 2008-11-09
Posts: 51

Re: look for quickest way to send files on local network

thx

netcat is what i'm looking for

is it called the network swissknif ?

Offline

#6 2009-04-23 15:12:43

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: look for quickest way to send files on local network

elflord wrote:

thx

netcat is what i'm looking for

is it called the network swissknif ?

Yes, the TCP/IP Swiss Army knife.

Some examples here:

http://ubuntuforums.org/showthread.php?t=828870

There is also a Window$ version, albeit I never used it.

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#7 2009-04-23 18:04:19

Nepherte
Member
From: Singapore
Registered: 2008-09-09
Posts: 427

Re: look for quickest way to send files on local network

If you want something over udp, try bcp: http://aur.archlinux.org/packages.php?ID=25600

Offline

#8 2009-04-23 23:01:05

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: look for quickest way to send files on local network

Giver if you want a GUI that "Just works" (assuming you're both on the same LAN segment)
http://aur.archlinux.org/packages.php?ID=17139

Offline

#9 2009-04-24 01:14:33

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: look for quickest way to send files on local network

Nepherte wrote:

If you want something over udp, try bcp: http://aur.archlinux.org/packages.php?ID=25600

netcat does udp just fine too.


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

Board footer

Powered by FluxBB