![]() |
#1 |
Member
![]() Posts: 10
Karma: 10
Join Date: Jan 2011
Device: PocketBook 903
|
![]()
Is there a simple way to transfer files to the PocketBook wirelessly (preferably via ssh/scp)?
I've been doing some research, but being a newbie, most of what I found was way over my head... Thanks! Last edited by ANico; 01-21-2011 at 07:25 AM. |
![]() |
![]() |
![]() |
#2 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
|
Hello Anico and a warm welcome to the forum,
I presume you don't mean bluetooth but wlan file transfers. there was a similar request in the German forum and so I wrote a program to do this. This app is called webdown in this thread, for example post #35. I wrote this to the specific needs which were mentioned during the discussion there. So it may or may not be of a help to you. One of the preconditions for example was that the user had easy access to a webserver. I personally transfer all files wirelessly to my pocketbook. I don't use webdown but I use the remote shell program I wrote because most of the time it is just one or two files to transfer and not a whole lot of them. Which operating system do you use? If you use linux there is a simple command to access the current folder over http using python (make also sure iptables is allowing incoming connections). Code:
python -m SimpleHTTPServer 8000 Code:
wget http://192.168.0.100:8000/myfile.epub Maybe if you could post some more details, like how many files you want to transfer at a time, which operating system you use and how frequently you expect you would use the program I might be able to write a program which suits your needs. Last edited by review; 01-21-2011 at 08:27 AM. |
![]() |
![]() |
Advert | |
|
![]() |
#3 | |||
Member
![]() Posts: 10
Karma: 10
Join Date: Jan 2011
Device: PocketBook 903
|
Thanks for the quick response!
That's right. Quote:
Quote:
Quote:
Thanks for the offer, but I think the above gives me plenty to go on for now. I can't anticipate my own usage patterns yet, so will report back once I've tried some of the options for a while. |
|||
![]() |
![]() |
![]() |
#4 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
|
ok, let me know if you have any question. if you're familiar with shell scripting then you should also be encouraged to have a look at the files in a text editor. Webdown is particular useful to speed up the process if you have to transfer a lot of files.
|
![]() |
![]() |
![]() |
#5 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 135
Karma: 7767
Join Date: Oct 2010
Device: PocketBook Pro 903
|
I've just sent files via Bluetooth. It's a little clumsy to go into settings to enable it, but trivial to send files over once it's on.
Edit: Pardon the clueless reply, just went by the subject.. as far as remote wlan access goes, review's script is the best option I know at the moment. A little extra shell knowledge can allow more complicated transfers (for instance, combine tar and nc to transfer whole directories). There's a telnetd in pocketbook-free which could be compiled for the new models. Last edited by LoneTech; 01-21-2011 at 06:04 PM. |
![]() |
![]() |
Advert | |
|
![]() |
#6 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,840
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
|
Quote:
![]() I have managed to send files from the PB903 to my laptop, but not the otehr way round (I get the error message "FTP service not found on target device" - my laptop runs Win 7 64 bits). The only thing I set up in the bluetooth connections were the PIN (which I made up) and the instruction to connect via my laptop (but I put nothing in APN, username, passwrod and proxy server). Any suggestions gratefully received ![]() |
|
![]() |
![]() |
![]() |
#7 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 135
Karma: 7767
Join Date: Oct 2010
Device: PocketBook Pro 903
|
You need to use "send file" (obex push), not directory browsing (obex ftp). I don't know much about Windows, but try dropping the file directly onto the device, or right clicking.
There's also a second place to enable bluetooth, if you go into key mapping and enable "last open books" on the power button - that window has a bunch more buttons than just the book list. |
![]() |
![]() |
![]() |
#8 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,840
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
|
Quote:
![]() Once is enough to prove it works, the rest is me! thanks a lot, and also for the tip on the last open book (I had discovered that when playing around with review's annotation app). |
|
![]() |
![]() |
![]() |
#9 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,840
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
|
a little update - found on the russian forum.
In order to transfer files between your computer and the device via bluetooth, just do as follows: 1) first of all, make sure your computer recognises the device (go in configuration\connectivity\bluetooth access and select visible, tehn follow the instructions on your computer) 2) to send a file from the device to the computer: go into the library, select the file you want to send, give a long press, and when the little menu appears select file\send to: at this point the device will list the devices available for connection, you select your laptop, and the transfer is done. 3) to send a file from your computer to the device, simply select the file(s) you want to send, right click (if using windows - I do not know about other operating systems), then select "send\bluetooth" from the context menu: a window will pop up asking you to select the bluetooth device you want to send the file to (mind you, this one does not always work). |
![]() |
![]() |
![]() |
#10 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
|
Thank you Paola for this excellent summary. I trust it will be most helpful for many.
|
![]() |
![]() |
![]() |
#11 |
book creator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,657
Karma: 3856660
Join Date: Oct 2008
Location: Luxembourg
Device: Kindle Scribe
|
It may be interesting for you that we are working on full support of the OPDS protocol for our browsers, thus enabling the Calibre fantastic server to be used by our devices for wireless transfer of files.
|
![]() |
![]() |
![]() |
#12 | |
Connoisseur
![]() Posts: 71
Karma: 10
Join Date: Sep 2010
Location: Bulgaria
Device: GalaxyTab 10.1
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#13 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,840
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#14 |
Reader
![]() Posts: 23
Karma: 10
Join Date: Jan 2011
Device: Pocketbook 902
|
|
![]() |
![]() |
![]() |
#15 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
|
Quote:
Just today I noticed that poterm didn't work for me in the most recent firmware but I never used it any way as it is much more handy to do it straight on the PC. This rsh.app allows you to login to the pocketbook from your computer just like you would telnet or ssh into another machine. Installation instructions are in the post quoted above. |
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
pocketbook 903 pro | temp | News | 11 | 10-15-2011 07:20 AM |
Pocketbook 903 demonstration | knightzx2000 | News | 28 | 08-30-2011 11:47 PM |
903 Pocketbook 903 - First impressions | catharsis | PocketBook | 18 | 02-19-2011 08:27 AM |
Frage zu Pocketbook 903 | mark_s | PocketBook | 0 | 01-18-2011 04:04 PM |
903 Pocketbook 903 hung | Sand_Borot | PocketBook | 4 | 01-04-2011 05:41 PM |