View Single Post
Old 04-14-2018, 05:47 PM   #239
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by The_Immortal View Post
1. Is there a way to upload books to a device via Wi-Fi connection (without using USB-cable)? I can use Webinterface on http://192.168.1.151:8087/rmc_test.html but I see no upload input there for files...
I mean if you've impemented a http-server so maybe it's possible to add some ftp-server as well?
The telnet package by KevinShort does not only enable telnet, but also starts an ftp server. Under windows you can then use for instance the file explorer to copy files from and to the device. To access the user partition of the device via wifi, you would navigate to ftp://10.0.0.3/mnt/onboard/ (replace 10.0.0.3 by your ip); or via usbnet you would navigate to ftp://192.168.2.101/mnt/onboard/. Be aware that nickel will not read files you copy to the device by this way until you connect to and disconnect from within nickel to the pc.
Quote:
Originally Posted by The_Immortal View Post
2. What's the main purpose of using USBNet function?? Do you transfer files to your device via RNDIS-interface instead of using direct USB-connection or what?
I use it (as an alternative to wifi) to telnet into the device or to access the other partitions than the user partition.

Last edited by tshering; 06-01-2018 at 03:40 PM.
tshering is offline   Reply With Quote