Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
How to I stop a torrent from uploading using MLDonkey 2.9.2 Real Simple
Offline
Click "Transfers", then "Download": You'll get a list of currently downloading torrents. Check the Checkbox in column "C" for "Cancel" on the left side (you'll see the bubble help text when hovering over the "C") and then click "Submit changes" on the upper right side.
Bernhard
Offline
bgoedel wrote:
Click "Transfers", then "Download": You'll get a list of currently downloading torrents. Check the Checkbox in column "C" for "Cancel" on the left side (you'll see the bubble help text when hovering over the "C") and then click "Submit changes" on the upper right side.
Bernhard
Well the download doesn't even appear in "downloads" once it is complete. It appears in upload and uploaders. How do I stop it in these tabs?
Offline
I believe the only way to do it is to remove the file from the shared directory.
Offline
Gavlester wrote:
I believe the only way to do it is to remove the file from the shared directory.
I tried to delete the torrent file from Volume_1/mldonkey/torrents/seeded/ and the actual file from Volume_1/mldonkey/incoming/files/ but they both give me "you don't have permission blah blah".
Anyone?
Offline
Have a look at ShadowAndys file_completed_cmd the commands in the shell script on its own will move the files for you to a different place.
Offline
felipeds wrote:
Gavlester wrote:
I believe the only way to do it is to remove the file from the shared directory.
I tried to delete the torrent file from Volume_1/mldonkey/torrents/seeded/ and the actual file from Volume_1/mldonkey/incoming/files/ but they both give me "you don't have permission blah blah".
Anyone?
ssh your DNS-323, authorize as "root", use "rm" from the shell.
Bernhard
Offline
bgoedel wrote:
felipeds wrote:
Gavlester wrote:
I believe the only way to do it is to remove the file from the shared directory.
I tried to delete the torrent file from Volume_1/mldonkey/torrents/seeded/ and the actual file from Volume_1/mldonkey/incoming/files/ but they both give me "you don't have permission blah blah".
Anyone?ssh your DNS-323, authorize as "root", use "rm" from the shell.
Bernhard
Sorry but could you explain it to me in simpler terms? I'm not too used to linux. How would I go about this after logining into the webinterface of MLDonkey?
Thank you
Offline
someone could post MLDonkey compiled.. i tried a url that i found in this forum, but it's not workin' anymore.
Regards
Offline
felipeds wrote:
bgoedel wrote:
felipeds wrote:
I tried to delete the torrent file from Volume_1/mldonkey/torrents/seeded/ and the actual file from Volume_1/mldonkey/incoming/files/ but they both give me "you don't have permission blah blah".
Anyone?ssh your DNS-323, authorize as "root", use "rm" from the shell.
BernhardSorry but could you explain it to me in simpler terms? I'm not too used to linux. How would I go about this after logining into the webinterface of MLDonkey?
Thank you
Its not in the web interface of MLDonkey. You need to Telnet into your DNS-323. I have had success in the past in not worrying about logging in as root so try that way first. You need to cd to the directory so type
cd /mnt
cd /HD_a2/mldonkey/incoming/files
then type
rm *INSERT FILE NAME INCLUDING EXTENSION* OR if you want to delete multiple files with a certain extension (several ZIP files for example) i find it easier to just type
rm *.zip (this will delete all zip files in that directory).
also handy for moving files quickly between disks (if you have 2 disks setup in standard configuration) is the mv command
mv *.zip /mnt/HD_b2/zipfiles (this will move all zip files in that directory to the second hard drive in the zipfiles directory.
Anyways... i hope this is accurate/correct and i hope it helps!
Offline
Gavlester wrote:
felipeds wrote:
bgoedel wrote:
ssh your DNS-323, authorize as "root", use "rm" from the shell.
BernhardSorry but could you explain it to me in simpler terms? I'm not too used to linux. How would I go about this after logining into the webinterface of MLDonkey?
Thank youIts not in the web interface of MLDonkey. You need to Telnet into your DNS-323. I have had success in the past in not worrying about logging in as root so try that way first. You need to cd to the directory so type
cd /mnt
cd /HD_a2/mldonkey/incoming/files
then type
rm *INSERT FILE NAME INCLUDING EXTENSION* OR if you want to delete multiple files with a certain extension (several ZIP files for example) i find it easier to just type
rm *.zip (this will delete all zip files in that directory).
also handy for moving files quickly between disks (if you have 2 disks setup in standard configuration) is the mv command
mv *.zip /mnt/HD_b2/zipfiles (this will move all zip files in that directory to the second hard drive in the zipfiles directory.
Anyways... i hope this is accurate/correct and i hope it helps!
When I try to telnet into mine using putty it gives "Welcome to MLDonkey 2.9.2
Welcome on mldonkey command-line"
I take it this isn't correct. If I kill the MLdonkey core it doesn't allow me to telnet anymore.
?? BTW thank you very much for the info
Offline