<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: File Transfer with WCF: Part II</title>
	<atom:link href="http://stefanoricciardi.com/2009/10/02/file-transfer-with-wcf-part-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefanoricciardi.com/2009/10/02/file-transfer-with-wcf-part-ii/</link>
	<description>On Software Development and Thereabouts</description>
	<lastBuildDate>Thu, 03 May 2012 05:56:00 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Armando Vega Ortiz</title>
		<link>http://stefanoricciardi.com/2009/10/02/file-transfer-with-wcf-part-ii/comment-page-1/#comment-590</link>
		<dc:creator>Armando Vega Ortiz</dc:creator>
		<pubDate>Tue, 24 May 2011 15:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.net/?p=385#comment-590</guid>
		<description>I have a little problem and I want some one to help me to figure out a solution for it.

I am developing a C# ASP.NET 4.0 application that will reside on a Windows Server 2003. By mean of accessing this application through a network computer, users would be able to upload files to the windows server. But also, once these files are stored on server, he/she would be able to copy these files from the windows server to another networked computer.I have found a way to upload files to a specified location on the server disk, but now I need to send these files that are on server disk to other client computers (not the one that is accessing the asp application). Is there any way to do that by mean of using WCF, sockets, etc.?</description>
		<content:encoded><![CDATA[<p>I have a little problem and I want some one to help me to figure out a solution for it.</p>
<p>I am developing a C# ASP.NET 4.0 application that will reside on a Windows Server 2003. By mean of accessing this application through a network computer, users would be able to upload files to the windows server. But also, once these files are stored on server, he/she would be able to copy these files from the windows server to another networked computer.I have found a way to upload files to a specified location on the server disk, but now I need to send these files that are on server disk to other client computers (not the one that is accessing the asp application). Is there any way to do that by mean of using WCF, sockets, etc.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghu</title>
		<link>http://stefanoricciardi.com/2009/10/02/file-transfer-with-wcf-part-ii/comment-page-1/#comment-543</link>
		<dc:creator>raghu</dc:creator>
		<pubDate>Sat, 08 Jan 2011 07:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.net/?p=385#comment-543</guid>
		<description>Got it. Implemented using IDISPOSABLE</description>
		<content:encoded><![CDATA[<p>Got it. Implemented using IDISPOSABLE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghu</title>
		<link>http://stefanoricciardi.com/2009/10/02/file-transfer-with-wcf-part-ii/comment-page-1/#comment-542</link>
		<dc:creator>raghu</dc:creator>
		<pubDate>Sat, 08 Jan 2011 06:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.net/?p=385#comment-542</guid>
		<description>I am again sending  the information from client to the server after download is completed at client. Can I reduce this trip to server from client and still delete the file at server.</description>
		<content:encoded><![CDATA[<p>I am again sending  the information from client to the server after download is completed at client. Can I reduce this trip to server from client and still delete the file at server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghu</title>
		<link>http://stefanoricciardi.com/2009/10/02/file-transfer-with-wcf-part-ii/comment-page-1/#comment-541</link>
		<dc:creator>raghu</dc:creator>
		<pubDate>Sat, 08 Jan 2011 06:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.net/?p=385#comment-541</guid>
		<description>Hi 
Stefano,
I need to delete a file at server side  after the file is downloaded at client. Kindly help .......</description>
		<content:encoded><![CDATA[<p>Hi<br />
Stefano,<br />
I need to delete a file at server side  after the file is downloaded at client. Kindly help &#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://stefanoricciardi.com/2009/10/02/file-transfer-with-wcf-part-ii/comment-page-1/#comment-232</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.net/?p=385#comment-232</guid>
		<description>Line &quot;string localFileName = request.MetaData.LocalFileName;&quot; should be 
 string localFileName = request.FileMetaData.LocalFileName;</description>
		<content:encoded><![CDATA[<p>Line &#8220;string localFileName = request.MetaData.LocalFileName;&#8221; should be<br />
 string localFileName = request.FileMetaData.LocalFileName;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://stefanoricciardi.com/2009/10/02/file-transfer-with-wcf-part-ii/comment-page-1/#comment-427</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.net/?p=385#comment-427</guid>
		<description>Line &quot;string localFileName = request.MetaData.LocalFileName;&quot; should be 
 string localFileName = request.FileMetaData.LocalFileName;</description>
		<content:encoded><![CDATA[<p>Line &#8220;string localFileName = request.MetaData.LocalFileName;&#8221; should be<br />
 string localFileName = request.FileMetaData.LocalFileName;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

