View Single Post
Posts: 1,179 | Thanked: 770 times | Joined on Nov 2009
#62
Originally Posted by SubCore View Post
that's strange...
does it run when you start it via XTerm?
Code:
/opt/dukto/Dukto
if you get "permission denied", the executable flag probably wasn't set correctly... in that case,
Code:
chmod +x /opt/dukto/Dukto
should do the trick.

i tested it a few times and was quite sure i had this covered, but i don't have a "clean" N900 to verify it on

maybe i ought to create the package within scratchbox instead of QtCreator...
That worked. Had to run
Code:
chmod +x /opt/dukto/Dukto
as root though. Now it is working. Thanks.

Tried it out. Works great. Except I cannot see how to send multiple files. Is there a way to do so (or to send a folder)?

Want to use to backup my conboy notes to PC and send them back after editing on PC instead of WinScp because WinSCP locks files as user so I am unable to edit them on PC when I receive them back to my N900.

Last edited by etuoyo; 2010-12-20 at 11:32.