aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: remote handling links  (Read 1532 times)

emaj

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
remote handling links
« on: August 06, 2007, 12:45:49 PM »

Hi, I followed the guide about handling ed2k link using Firefox and everything was ok!! Now I'm trying to handle ed2k link remotely (on a server) so wrote a little script:

Code: [Select]
#! /bin/bash
amulecmd -h my_server_ip -P ext_pass_connec_ -c "Add $1"

Naturally, now network.protocol-handler.app.ed2k points to the script you can see above (the script is executable: chmod +x)

My problem is that it does not work :-(
It works only if I open terminal and write the line with a normal ed2k link rather than $1.

Can anyone help me ??
Thans in advance

Logged