On Jun 13, 07 14:13:47 -0400, Andy Harrison wrote:
> On 6/13/07, Dan Burt wrote:
> >i only need to send one keystroke to the session - "s" to throttle, and "x"
> >to remove the throttle.
screen -S sessionname -X stuff s
and
screen -S sessionname -X stuff x
should do the trick.
If
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 6/13/07, Dan Burt wrote:
i only need to send one keystroke to the session - "s" to throttle, and "x"
to remove the throttle.
I used to have trouble with something similar. I don't remember the
nuts and bolts off the top of my head, but th
i use screen with rtorrent. generally it works great. i have the following cron
jobs which stop and start rtorrent, due to ISP restrictions:
0
0 * * * screen -d -m rtorrent
0
16 * * * screen -r -X quit
i have an ftp server on the same host. if someone is uploading via ftp, i would
like to st
Hi Everyone!
I just wanted to let you know that I found a workaround for this problem,
and make sure it is documented here for future references of others who
might have the same problem. I found several references to this problem on
the internet (Some dating back as far as 2004) but no solutions