Re: screen -X command examples

2007-06-13 Thread Juergen Weigert
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

Re: screen -X command examples

2007-06-13 Thread Andy Harrison
-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

screen -X command examples

2007-06-13 Thread Dan Burt
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