![]() |
#1 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31
Karma: 30000
Join Date: May 2012
Device: KT B011
|
Could anyone please compile lftp for KT?
I think lftp the best transferring tools. It's better to compile with sftp/http/https/ftp enabled
http://lftp.yar.ru/ Thanks a lot Last edited by wisecrick; 05-06-2013 at 09:08 AM. |
![]() |
![]() |
![]() |
#2 | |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
http://www.memecode.com/iftp.php |
|
![]() |
![]() |
![]() |
#3 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31
Karma: 30000
Join Date: May 2012
Device: KT B011
|
|
![]() |
![]() |
![]() |
#4 | |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
http://packages.debian.org/wheezy/lftp You want the armel build. You can find "HowTo" information on pulling the binaries from a Debian package for use on the Kindle(s) on this forum and in the KUAL project development support site: http://kual.knetconnect.com Last edited by knc1; 05-06-2013 at 09:28 AM. |
|
![]() |
![]() |
![]() |
#5 | |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31
Karma: 30000
Join Date: May 2012
Device: KT B011
|
Quote:
|
|
![]() |
![]() |
![]() |
#6 |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 456
Karma: 1287375
Join Date: Jan 2013
Location: West Gardiner, Maine
Device: Touch (5.3.7)
|
https://wiki.mobileread.com/wiki/Debi...n_Kindle_Touch
and use google to find many more: https://www.mobileread.com/forums/showthread.php?t=96048 http://tomashg.com/?p=330 hint: make lots of backups of various stages so you don't have to do things over and over for the stuff you want. there is is script on here somewhere by twobob that allows you to extract the libraries you want and run it 'native'... Good luck and have fun! Lots to learn! |
![]() |
![]() |
![]() |
#7 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
|
NOT TESTED!
|
![]() |
![]() |
![]() |
#8 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31
Karma: 30000
Join Date: May 2012
Device: KT B011
|
|
![]() |
![]() |
![]() |
#10 | |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31
Karma: 30000
Join Date: May 2012
Device: KT B011
|
Quote:
But sftp doesn't work, it seems you have to compile openssh client, too. Last edited by wisecrick; 05-09-2013 at 03:26 AM. |
|
![]() |
![]() |
![]() |
#11 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31
Karma: 30000
Join Date: May 2012
Device: KT B011
|
|
![]() |
![]() |
![]() |
#12 |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
|
EDIT: there is ssh client on kindle: dbclient (if you installed usb networking)
I tried setting it according to lftp man page: Code:
lftp :~>set sftp:connect-program dbclient I will try later and see if I find out anything more Last edited by baf; 05-09-2013 at 05:08 AM. |
![]() |
![]() |
![]() |
#13 |
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
|
Ok. The problem was with my build of lftp. It couldn't allocate pseudoterminal. I rebuilt it, so please redownload it from my page.
It works for me like this: Code:
[root@kindle test]# ./lftp lftp :~> set sftp:connect-program dbclient lftp :~> open sftp://baf@10.0.0.1 |
![]() |
![]() |
![]() |
#14 |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 165
Karma: 593460
Join Date: Oct 2012
Device: K5 B011 5.3.2.1
|
Should also work by entering "set sftp:connect-program dbclient" in /root/.lftp/rc
Mmm, not sure about /root though - it should be root's $HOME anyway. Maybe also "set ssl:verify-certificate no". edit; No, root's $HOME is /tmp/root - it doesn't sound permanent enough to keep an rc file in it. This should work - edit script in ./lftp.sh and place it in lftp's folder, run it from said folder [root@kindle opt]# cat lftp.sh Code:
#!/bin/sh mkdir -p $HOME/.lftp cat << 'EOF' > $HOME/.lftp/rc set sftp:connect-program dbclient set ssl:verify-certificate no EOF ./lftp Thanks for this build, baf! Last edited by stepk; 05-09-2013 at 06:20 PM. |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Failed to Compile | flyfisher33 | Kindle Formats | 2 | 04-19-2013 03:45 PM |
8.0.26 won't compile | iomari | Calibre | 1 | 11-16-2011 04:01 AM |
How to compile for Kindle DX? | cdisou | Kindle Developer's Corner | 5 | 10-22-2011 07:30 AM |
Who can compile a .c program for me? | owl123 | Workshop | 14 | 04-19-2009 04:26 AM |
iLiad Anyone able to compile liberregxml? | Adam B. | iRex Developer's Corner | 11 | 10-27-2008 07:08 PM |