<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - console application c#</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - console application c#</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 21:56:04 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 21:56:04 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>6</c9:totalResults>
	<c9:pageCount>-6</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - console application c#</title>
		<description><![CDATA[<p>Hi! I'm trying to build an console application in c# where i can insert the data like file names, number of the server, and connect to the ftp server and download in paralel 5 files. Can someone give me a hint how to do that. I never worked with ftp servers in c#. Thank you for your help!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/912dc0dce9ff4b158beca0d800ce90d9#912dc0dce9ff4b158beca0d800ce90d9</link>
		<pubDate>Wed, 26 Sep 2012 12:32:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/912dc0dce9ff4b158beca0d800ce90d9#912dc0dce9ff4b158beca0d800ce90d9</guid>
		<dc:creator>blackCoffee</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blackCoffee/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - console application c#</title>
		<description><![CDATA[<p><em><strong>Bing</strong></em> results for <strong>&quot;ftp download parallel C#&quot;</strong> include:</p><p><a href="http://social.msdn.microsoft.com/Forums/en-MY/parallelextensions/thread/c4ce5e4d-b487-404e-b484-9aa048d15695">http://social.msdn.microsoft.com/Forums/en-MY/parallelextensions/thread/c4ce5e4d-b487-404e-b484-9aa048d15695</a></p><p><a href="http://www.codeproject.com/Articles/21053/MyDownloader-A-Multi-thread-C-Segmented-Download-M">http://www.codeproject.com/Articles/21053/MyDownloader-A-Multi-thread-C-Segmented-Download-M</a></p><p><a href="http://www.csharphelp.com/2011/01/upload-and-download-files-netusing-ftp/">http://www.csharphelp.com/2011/01/upload-and-download-files-netusing-ftp/</a></p><p>best luck</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/8d47bc30623d436a86cfa0d800cfcbb8#8d47bc30623d436a86cfa0d800cfcbb8</link>
		<pubDate>Wed, 26 Sep 2012 12:36:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/8d47bc30623d436a86cfa0d800cfcbb8#8d47bc30623d436a86cfa0d800cfcbb8</guid>
		<dc:creator>JohnAskew</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/JohnAskew/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - console application c#</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/console-application-c#c8d47bc30623d436a86cfa0d800cfcbb8">JohnAskew</a>: Thank you!&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/59752b52c026440cba24a0d800d5a11b#59752b52c026440cba24a0d800d5a11b</link>
		<pubDate>Wed, 26 Sep 2012 12:57:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/59752b52c026440cba24a0d800d5a11b#59752b52c026440cba24a0d800d5a11b</guid>
		<dc:creator>blackCoffee</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blackCoffee/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - console application c#</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/console-application-c#c59752b52c026440cba24a0d800d5a11b">blackCoffee</a>:Also, if you need to parse command line options, I cannot recommend this enough:</p><p><a href="http://ookiicommandline.codeplex.com/">http://ookiicommandline.codeplex.com/</a></p><p>It's written by a Niner...</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/8a3b8e857d5545adab5ea0d8012a39a7#8a3b8e857d5545adab5ea0d8012a39a7</link>
		<pubDate>Wed, 26 Sep 2012 18:05:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/8a3b8e857d5545adab5ea0d8012a39a7#8a3b8e857d5545adab5ea0d8012a39a7</guid>
		<dc:creator>ScanIAm</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ScanIAm/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - console application c#</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/console-application-c#c8a3b8e857d5545adab5ea0d8012a39a7">ScanIAm</a>: Thanks for the endorsement. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-3.gif?v=c9' alt='Scared' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/59fa57b1d4614170a4e0a0d9003936ac#59fa57b1d4614170a4e0a0d9003936ac</link>
		<pubDate>Thu, 27 Sep 2012 03:28:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/59fa57b1d4614170a4e0a0d9003936ac#59fa57b1d4614170a4e0a0d9003936ac</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - console application c#</title>
		<description><![CDATA[<p>&#43;1 for Ookii</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/ec72ad2175e240dfa078a0d900f2825e#ec72ad2175e240dfa078a0d900f2825e</link>
		<pubDate>Thu, 27 Sep 2012 14:42:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/console-application-c/ec72ad2175e240dfa078a0d900f2825e#ec72ad2175e240dfa078a0d900f2825e</guid>
		<dc:creator>bsharfi</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bsharfi/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>