@tom: I have no idea. I did a quick search but didn't find anything usefull. I upgraded my phone and use token2shell mobile now. Sorry
@switchrodeo720: logging into a running rtorrent session is possible with the use of GNU Screen (this is how I do it). If you don't know screen, here is a tutorial:. Basically, you first start a screen session (ex. from your desktop) in which you start rtorrent. When you leave your desktop you detach screen (ctrl+a , d). This way the screen session with rtorrent in it will be backgrounded. From your phone, you ssh into the shell, and reattach screen (screen -x) and rtorrent will come to the foreground of your control. When you're finished, you detach screen from your phone and reattach it from your desktop etc.
You don't have to detach, but it will avoid problems with the difference in size between phone and desktop display/monitor and/or terminal size. Another problem that can arise, is accidently starting more than 1 screen session, but the error you'll get will help you fix that.
@tom: I have no idea. I did a quick search but didn't find anything usefull. I upgraded my phone and use token2shell mobile now. Sorry
@switchrodeo720: logging into a running rtorrent session is possible with the use of GNU Screen (this is how I do it). If you don't know screen, here is a tutorial:. Basically, you first start a screen session (ex. from your desktop) in which you start rtorrent. When you leave your desktop you detach screen (ctrl+a , d). This way the screen session with rtorrent in it will be backgrounded. From your phone, you ssh into the shell, and reattach screen (screen -x) and rtorrent will come to the foreground of your control. When you're finished, you detach screen from your phone and reattach it from your desktop etc.
You don't have to detach, but it will avoid problems with the difference in size between phone and desktop display/monitor and/or terminal size. Another problem that can arise, is accidently starting more than 1 screen session, but the error you'll get will help you fix that.
another link