![]() |
Re: sending files over wi-fi
I run Ubuntu on my desktop and if I set a folder for sharing it can be seen on my N810 over the USB connection. Clearly some form of network file access is built in th the N810. Question is it Samba or NFS. I regularly mount NFS shares from my laptop on my desktop with WiFi. I haven't quite figured out NFS on the N810 though.
|
Re: sending files over wi-fi
I also noticed there is socat available...
You could just tell them to run socat and listen on a specific port and you can send anything you want to them. Maybe somebody could write a quick qt gui with a predetermined port, an nmap scan for that port on opening, and prompt for filename and open socket on port with socat. socat would eliminate the need for a running ssh server Wish I had more time :) |
Re: sending files over wi-fi
Quote:
|
Re: sending files over wi-fi
Quote:
http://lanshark.29a.ch/en/About.html Looks like a simple little program, source available and it looks like python |
Re: sending files over wi-fi
just tried socat from n900 to scratchbox running on ubuntu and it worked fine
on receiver run socat TCP-LISTEN:<some high port number> /home/user/MyDocs/<filename to receive> on sender run socat TCP:<ip address of recipient>:<same high port number> <path and name of file to send> If you get a littl crazier I think you could probably pipe into socat to send found files or tar output, etc |
All times are GMT. The time now is 02:49. |
vBulletin® Version 3.8.8