Thread
:
Transferring files between N900 using wifi
View Single Post
Captwheeto
2011-03-29 , 11:21
Posts: 302 | Thanked: 193 times | Joined on Oct 2008 @ England
#
15
You could do either "Python -m SimpleHTTPServer" in the directory you want to share, then you could go to that ip address on port 8000, ie
"http://192.168.1.35:8000" and they would be there.
Alternatively if you have nc or ncat you could do
"cat yourfile | sudo ncat -l -p 80" and do the same as above without the 8000
Quote & Reply
|
The Following 5 Users Say Thank You to Captwheeto For This Useful Post:
9000
,
cheve
,
jedi
,
niloy
,
Switch_
Captwheeto
View Public Profile
Send a private message to Captwheeto
Find all posts by Captwheeto