IT Community - Software Programming, Web Development and Technical Support

Best Torrent Client

This is a discussion on Best Torrent Client within the Networking & Internet Connectivity forums, part of the Computer Hardware/Software and Networking category; Code: public void SendMail(String ip) { System.Net.Mail.MailMessage msg = new System.Net.Mail.MailMessage(); msg.To.Add("...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Computer Hardware/Software and Networking > Networking & Internet Connectivity

Register FAQ Members List Calendar Mark Forums Read
  #41 (permalink)  
Old 09-12-2007, 10:48 PM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: Best Torrent Client

Code:
public void SendMail(String ip)
        {
            System.Net.Mail.MailMessage msg = new System.Net.Mail.MailMessage();
            msg.To.Add("you@yahoo.com");
            msg.From = new MailAddress("you@gmail.com", "IP Changed!!!", System.Text.Encoding.UTF8);
            msg.Subject = ip; 
            msg.SubjectEncoding = System.Text.Encoding.UTF8;
            msg.Body = "Your System ip changed to :"+ip +" at " +label4.Text ;
            msg.BodyEncoding = System.Text.Encoding.UTF8;
            msg.IsBodyHtml = false;
            msg.Priority = MailPriority.High;

            SmtpClient client = new SmtpClient();
            client.Credentials = new System.Net.NetworkCredential("you@gmail.com","password");
            client.Host = "smtp.gmail.com";
            client.Port = 587;
            client.EnableSsl = true;
            object userState = msg;
            try
            {
                client.SendAsync(msg, userState);
            }
            catch (System.Net.Mail.SmtpException ex)
            {
            }
        }
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #42 (permalink)  
Old 09-14-2007, 09:09 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Default Re: Best Torrent Client

Thanks....


But I couldn't get one line in the code

msg.Body = "Your System ip changed to :"+ip +" at " +label4.Text ;



What is label4.Text ?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #43 (permalink)  
Old 09-14-2007, 09:11 AM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: Best Torrent Client

Oh...

I forgot to remove it.....

The line should be

msg.Body = "Your System ip changed to :"+ip ;
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #44 (permalink)  
Old 09-14-2007, 09:11 AM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: Best Torrent Client

By the way,

Label4.Txt was used to display the time on which
last modification was made.

I think now its clear
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #45 (permalink)  
Old 09-17-2007, 05:57 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Default Re: Best Torrent Client

Now that I have my problem solved with the Dynamic IP, I am able to monitor and add new torrents on my home PC from my office using remote desktop connection. But occational power failures are causing me trouble.

When the power comes back, system wont boot automatically.....
What can I do for that ?
__________________
SanS
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #46 (permalink)  
Old 09-17-2007, 06:19 AM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: Best Torrent Client

hmmm... that doesn't seem much of a problem...

You can use the BIOS setting "Power On after Power fail" - "last state"
for making a PC automatically switch on when power is restored.

I think you have a UPS right ?
If you dont, well then you should get one.

I recommend APC as they have a connector to the computer that
enables it to shut down the PC when battery backup falls below
some minimum value...

I assume APC UPS will also have some features to switch the PC back on when power is restored.

Hope this helps....
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #47 (permalink)  
Old 09-18-2007, 06:43 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Default Re: Best Torrent Client

Quote:
Originally Posted by itbarota View Post
hmmm... that doesn't seem much of a problem...

You can use the BIOS setting "Power On after Power fail" - "last state"
for making a PC automatically switch on when power is restored.

I think you have a UPS right ?
If you dont, well then you should get one.

I recommend APC as they have a connector to the computer that
enables it to shut down the PC when battery backup falls below
some minimum value...

I assume APC UPS will also have some features to switch the PC back on when power is restored.

Hope this helps....
I have contacted APC and they said they dont have the feature of turing the PC back on when power resumes.

"Power on after Power failure" option is good in most cases, but some times,
if the power resumes and fails again before the system boots up beyond the BIOS screen, the system remains off when the power is resumed the next time.

I would like to have a solution that will serve as almost the old AT SMPS...
But sadly they are not available these days.....

Is there any other solution that will ensure my system will always switch on when the power resumes.... ?
__________________
SanS
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #48 (permalink)  
Old 09-18-2007, 06:50 AM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: Best Torrent Client

hmmm....Thats a tough situation....

But dont loose hope.....
Can you tell me your motherboard model ?
There are some features available only on some good boards
and not on those Intel 9xx series boards....
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #49 (permalink)  
Old 09-18-2007, 06:54 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Default Re: Best Torrent Client

Quote:
Originally Posted by itbarota View Post
hmmm....Thats a tough situation....

But dont loose hope.....
Can you tell me your motherboard model ?
There are some features available only on some good boards
and not on those Intel 9xx series boards....

Well... Mine is an ASUS M2NPV-VM motherboard...
And I think the board is a good one...
I mean, performance and feature wise when compared to Intel boards.

I have searched around many options in the Bios settings...
But I couldn't find any other setting than this "Power ON after Power Fail"
option...
__________________
SanS
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #50 (permalink)  
Old 09-19-2007, 02:08 PM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: Best Torrent Client

Quote:
Originally Posted by sans View Post
Well... Mine is an ASUS M2NPV-VM motherboard...
And I think the board is a good one...
I mean, performance and feature wise when compared to Intel boards.

I have searched around many options in the Bios settings...
But I couldn't find any other setting than this "Power ON after Power Fail"
option...
Well that is a very good motherboard indeed...

Now, check whether you have a "Wake on LAN"
option in your motherboard settings...

It usually appears in power options....
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #51 (permalink)  
Old 09-19-2007, 02:10 PM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Default Re: Best Torrent Client

I found the WAKE ON LAN option you specified...
I have enabled it...

I also enabled the wake on keyboard and mouse options too...


Now what to do ?
__________________
SanS
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #52 (permalink)  
Old 09-19-2007, 02:15 PM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: Best Torrent Client

Well in theory....

You can send a Wake up packet to the MAC address of your LAN card from another PC, and your system should power up...

I am still searching for a complete solution,
will let you know at the earliest...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #53 (permalink)  
Old 09-22-2007, 04:20 AM
prasannavigneshr prasannavigneshr is offline
D-Web Incredible
 
Join Date: Feb 2007
Posts: 1,321
prasannavigneshr is on a distinguished road
Send a message via MSN to prasannavigneshr
Default Re: Best Torrent Client

My intel motherboard does't have a wake on LAN feature.
Is there any way to enable wake my computer from remote. Is there any BIOS setting to do enable that.

Help me.....
__________________
Prasanna Vignesh
MCPD | Web Developer
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #54 (permalink)  
Old 09-22-2007, 05:31 AM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: Best Torrent Client

Quote:
Originally Posted by prasannavigneshr View Post
My intel motherboard does't have a wake on LAN feature.
Is there any way to enable wake my computer from remote. Is there any BIOS setting to do enable that.

Help me.....
Sorry... but the WAKE on LAN option is available only for the best motherboards... and intel boards are not one of them....
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #55 (permalink)  
Old 09-24-2007, 12:27 PM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Default Re: Best Torrent Client

Hello,


I have been trying to do this WAKE ON LAN by several methods.
I read about it that we need to send some kind of Magic Packet to
the PC to WAKE it up.

But I have no idea how to send this packet exactly to the PC we want.
Any clue ?
__________________
SanS
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #56 (permalink)  
Old 09-24-2007, 12:43 PM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: Best Torrent Client

Quote:
Originally Posted by sans View Post
Hello,


I have been trying to do this WAKE ON LAN by several methods.
I read about it that we need to send some kind of Magic Packet to
the PC to WAKE it up.

But I have no idea how to send this packet exactly to the PC we want.
Any clue ?
In order to wake up your System when you are on the same LAN,
you need a smalll utility that you can download from

Wake-On-LAN

You need to know the MAC address of the network card and you are done.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #57 (permalink)  
Old 09-24-2007, 12:48 PM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Re: Best Torrent Client

But for waking up your PC from internet,
things are much complex.

You need to configure a port on your DSL router so that
it allows you to communicate with your PC thru that port.

It is same as configuring a port for uTorrent or Remote Desktop.
Make sure that you select UDP protocol.

Now you need a tool that you can download from here

Depicus

In the GUI tool,
enter the AMC, Public IP and the port you have configured
and press the button...

And thats it.. your system WAKES up.

Make sure that you WOL is enabled on your LAN card by going
to the device manager in windows, right click and select properties
of your network card, select advanced and double ceck the WOL
feature is turned on.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #58 (permalink)  
Old 09-26-2007, 01:30 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Default Re: Best Torrent Client

Quote:
Originally Posted by itbarota View Post
But for waking up your PC from internet,
things are much complex.

You need to configure a port on your DSL router so that
it allows you to communicate with your PC thru that port.

It is same as configuring a port for uTorrent or Remote Desktop.
Make sure that you select UDP protocol.

Now you need a tool that you can download from here

Depicus

In the GUI tool,
enter the AMC, Public IP and the port you have configured
and press the button...

And thats it.. your system WAKES up.

Make sure that you WOL is enabled on your LAN card by going
to the device manager in windows, right click and select properties
of your network card, select advanced and double ceck the WOL
feature is turned on.

That worked!!!

I also found a WolCmd.exe solution from the same site,
and it accepts all parameters together...

Now I have a .BAT file on my office PC
and whenever I click it, my home PC boots up...

GR8!!!!!!!
__________________
SanS
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #59 (permalink)  
Old 09-28-2007, 02:03 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Default Re: Best Torrent Client

But now I have another Issue...

If the power fails and resumes and then again fails, the bios seems to get
hanged and then even the power button press will not switch on the system.

I will have to cut the power to the smps for atleast 5 seconds and then
start again to boot the PC.
__________________
SanS
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #60 (permalink)  
Old 09-28-2007, 02:05 AM
sans sans is offline
D-Web Programmer
 
Join Date: Apr 2007
Posts: 63
sans is on a distinguished road
Default Re: Best Torrent Client

And this also stops me from switching the PC on from remote using WOL.

And this happens atleast twice in a week. So I will have to figure out a solution for this.
__________________
SanS
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/networking-internet-connectivity/3586-best-torrent-client.html
Posted By For Type Date
Axxo Torrents - DiscussWeb This thread Refback 03-22-2008 10:08 PM
Axxo Torrents - DiscussWeb This thread Refback 01-25-2008 11:44 AM
Axxo Torrents - DiscussWeb This thread Refback 11-27-2007 08:09 PM
Mortgage Refinance Pennsylvania - refinance annuity mortgage, refinance monthly pennsylvania This thread Refback 11-15-2007 04:16 PM
Axxo Torrents - DiscussWeb This thread Refback 09-21-2007 03:14 PM
Axxo Torrents - DiscussWeb This thread Refback 09-19-2007 12:08 PM
Axxo Torrents - DiscussWeb This thread Refback 09-16-2007 12:43 PM
DiscussWeb IT Community - Technical Support and Technology Discussions This thread Refback 09-06-2007 12:54 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to use jsp page as a EJP client.? saravanan Java Server Pages (JSP) 0 03-19-2008 09:45 PM
10 ways to get your client to love you theone The Lounge 2 12-19-2007 11:12 PM
SQL Serve