1) How can I check the version of BTQueue?
2) What port does the webservice use?
3) I think I have the same problem as in the previous posts - I start the download, it connects to the peers, but doesn't go much further.
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
umm i forgot to add version query in btqueue. I will add it next version. You can change webservice port using gset command and get the current setting by gget. For the third question, I have fixed it in 0.0.10.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. Thanks for the quick reply.
Maybe I'm miising something, but I can't connect to the WebService port via regular browser? Is it simple web listener that can be controlled by telnet or something? Also, is there any way to secure it?
Thanks again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
this web service is compatible to one provided in ABC. you can't point browser directly to this port, instead, you have to use php4abc or something similar to do so.
I plan to reimplement this part as a small web server very soon (to proof .net concept in my own methodology)
For firewall detection, you can call spew <id> to see whether you have any R connection from others?
Hope this helps
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) How can I check the version of BTQueue?
2) What port does the webservice use?
3) I think I have the same problem as in the previous posts - I start the download, it connects to the peers, but doesn't go much further.
Thanks in advance.
umm i forgot to add version query in btqueue. I will add it next version. You can change webservice port using gset command and get the current setting by gget. For the third question, I have fixed it in 0.0.10.
Hi. Thanks for the quick reply.
Maybe I'm miising something, but I can't connect to the WebService port via regular browser? Is it simple web listener that can be controlled by telnet or something? Also, is there any way to secure it?
Thanks again.
One more question. Is there any detail about the yellow light status? :)
Meaning, how can one detect whether he is firewalled?
this web service is compatible to one provided in ABC. you can't point browser directly to this port, instead, you have to use php4abc or something similar to do so.
I plan to reimplement this part as a small web server very soon (to proof .net concept in my own methodology)
For firewall detection, you can call spew <id> to see whether you have any R connection from others?
Hope this helps
Thanks.