<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Live with Dot Net &#187; check its status</title>
	<atom:link href="http://www.livewithdotnet.com/tag/check-its-status/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.livewithdotnet.com</link>
	<description>Just another Programming weblog</description>
	<lastBuildDate>Sat, 24 Jul 2010 18:59:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Ping the remote system, copy file to the remote system</title>
		<link>http://www.livewithdotnet.com/ping-the-remote-system-copy-file-to-the-remote-system/</link>
		<comments>http://www.livewithdotnet.com/ping-the-remote-system-copy-file-to-the-remote-system/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 19:43:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp .Net]]></category>
		<category><![CDATA[api code]]></category>
		<category><![CDATA[asp net]]></category>
		<category><![CDATA[c sharp .net code]]></category>
		<category><![CDATA[check its status]]></category>
		<category><![CDATA[code control]]></category>
		<category><![CDATA[copy any file to that remote system]]></category>
		<category><![CDATA[dot net convert]]></category>
		<category><![CDATA[net framework code]]></category>
		<category><![CDATA[ping a remote system]]></category>
		<category><![CDATA[source code basic]]></category>
		<category><![CDATA[string code]]></category>
		<category><![CDATA[text programming]]></category>
		<category><![CDATA[visual studio code]]></category>

		<guid isPermaLink="false">http://www.livewithdotnet.com/?p=14</guid>
		<description><![CDATA[Below code help you to Ping a remote system to check its status, and copy any file to that remote system.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
using System;
using System.Net;
using System.Net.NetworkInformation;
using System.Text;
using System.IO;
&#160;
namespace Examples.System.Net.NetworkInformation.PingTest
&#123;
    public class PingExample
    &#123;
        // args&#91;0&#93; can be an IPaddress or host name.
   [...]]]></description>
		<wfw:commentRss>http://www.livewithdotnet.com/ping-the-remote-system-copy-file-to-the-remote-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
