patchmldonkey, a multi-networks file-sharing client - Patches: patch #2732, Expect scripts

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #2732: Expect scripts

Submitter:  None
Submitted:  Tue 02 Mar 2004 10:28:16 PM UTC
   
 
Category:  Improved interfaces Priority:  1 - Later
Status:  Postponed Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Closed

Fri 15 Apr 2005 08:52:59 PM UTC, comment #2: 

This is a small expect script I use to stop the mldonkey core. XXXXXX is your password for the user admin if any, if none leave this line and the next out:

#!/usr/bin/expect -f
#
set timeout -1
spawn telnet 127.0.0.1 4000
match_max 100000
expect "MLdonkey command-line:"
send -- "auth XXXXXX\r"
expect "Full access enabled\r"
send -- "save\r"
expect "saved\r"
send -- "kill\r"
expect eof

Anonymous
Sun 23 Jan 2005 12:56:21 PM UTC, comment #1: 

i think it is good to have a variety of scripts for mldonkey distributed with the binaries and sources, but first the build system should be a bit cleaner

Amorphous <amorphous>
Tue 02 Mar 2004 10:28:16 PM UTC, original submission:  

expect -f mlnet_shut.expect
usefull for cron

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #7025:  mlnet_shut.expect added by None (233B - application/octet-stream - Expect script for shutting down mldonkey)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-05-29 spiralvoice Reassign ItemFrom group mldonkey, a multi-networks file-sharing client, patch tracker To group mldonkey, a multi-networks file-sharing client, task tracker
2005-05-29 spiralvoice SummaryShutting down mldonkey with expect Expect scripts
2005-01-23 amorphous StatusNone Postponed
2004-03-02 None Attached File- Added mlnet_shut.expect, #2840

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code