<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>nFTP</title><link>http://www.codeplex.com/nftp/Project/ProjectRss.aspx</link><description>The Library provides easier access to FTP server.</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/nftp/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the .NET FTP Library&lt;/b&gt;&lt;br /&gt;&lt;b&gt;My blog:&lt;/b&gt; &lt;a href="http://blog.codelive.ru" class="externalLink"&gt;http://blog.codelive.ru&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;i&gt;(Only russian language)&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;The Library provides easier access to FTP server.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Platform:&lt;/b&gt;  .NET 2.0&lt;br /&gt;&lt;b&gt;Available version:&lt;/b&gt; 0.2.1&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Supported:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;DownloadFile&lt;/li&gt;&lt;li&gt;UploadFile&lt;/li&gt;&lt;li&gt;GetFileSize&lt;/li&gt;&lt;li&gt;IsFileExists&lt;/li&gt;&lt;li&gt;IsDirectoryExists&lt;/li&gt;&lt;li&gt;CreateFolder	&lt;/li&gt;&lt;li&gt;DeleteFolder&lt;/li&gt;&lt;li&gt;DeleteFile&lt;/li&gt;&lt;li&gt;GetDirectoryList&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Zirok</author><pubDate>Fri, 23 May 2008 08:36:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080523083607A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/nftp/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the .NET FTP Library&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The Library provides easier access to FTP server.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Platform:&lt;/b&gt;  .NET 2.0&lt;br /&gt;&lt;b&gt;Available version:&lt;/b&gt; 0.2.1&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Supported:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;DownloadFile&lt;/li&gt;&lt;li&gt;UploadFile&lt;/li&gt;&lt;li&gt;GetFileSize&lt;/li&gt;&lt;li&gt;IsFileExists&lt;/li&gt;&lt;li&gt;IsDirectoryExists&lt;/li&gt;&lt;li&gt;CreateFolder	&lt;/li&gt;&lt;li&gt;DeleteFolder&lt;/li&gt;&lt;li&gt;DeleteFile&lt;/li&gt;&lt;li&gt;GetDirectoryList&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Zirok</author><pubDate>Tue, 20 May 2008 18:53:30 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080520065330P</guid></item><item><title>CREATED RELEASE: nftplib v 0.2.1.0 (май 20, 2008)</title><link>http://www.codeplex.com/nftp/Release/ProjectReleases.aspx?ReleaseId=13597</link><description>Version 0.2.1&lt;br /&gt;    &amp;#42; fixed bug when downloading file&lt;br /&gt;    &amp;#42; fixed bug when receiving directory list&lt;br /&gt;&lt;br /&gt;Version 0.2&lt;br /&gt;    &amp;#42; nftplib.zip - Includes source code library&lt;br /&gt;    &amp;#42; nftplib-NoSource.zip - It contains binary file library</description><author></author><pubDate>Tue, 20 May 2008 18:30:49 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: nftplib v 0.2.1.0 (май 20, 2008) 20080520063049P</guid></item><item><title>NEW POST: Uploading Issue!!</title><link>http://www.codeplex.com/nftp/Thread/View.aspx?ThreadId=26950</link><description>&lt;div class="wikidoc"&gt;
I'm trying to upload a newer version of an existing file to the remote server like this - &lt;br /&gt; &lt;br /&gt;if (nftp.IsFileExists(Path.GetFileName(destURL)))&lt;br /&gt;{&lt;br /&gt;    if (nftp.DeleteFile(Path.GetFileName(destURL)))&lt;br /&gt;    {&lt;br /&gt;        if (nftp.UploadFile(srcURL, destURL))&lt;br /&gt;        {&lt;br /&gt;            File.Delete(srcURL);&lt;br /&gt;        }   &lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;So that basically deletes the older file from the server and uploads the newer version and deletes the newer version from the local server.&lt;br /&gt; &lt;br /&gt;When I run that code, it gives me this error - &lt;b&gt;Remote file is already exists&lt;/b&gt; - it is strange because when I check the remote server it DOES delete the file but somehow it thinks that the file still exists. &lt;br /&gt; &lt;br /&gt;Any ideas?&lt;br /&gt;
&lt;/div&gt;</description><author>jesalg</author><pubDate>Thu, 01 May 2008 18:57:25 GMT</pubDate><guid isPermaLink="false">NEW POST: Uploading Issue!! 20080501065725P</guid></item><item><title>UPDATED RELEASE: nftplib (мар 04, 2008)</title><link>http://www.codeplex.com/nftp/Release/ProjectReleases.aspx?ReleaseId=11299</link><description>&amp;#42;Version 0.2&amp;#42;&lt;br /&gt;&amp;#42; &amp;#42;nftplib.zip&amp;#42; - Includes source code library&lt;br /&gt;&amp;#42; &amp;#42;nftplib-NoSource.zip&amp;#42; - It contains binary file library</description><author></author><pubDate>Wed, 05 Mar 2008 10:25:03 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: nftplib (мар 04, 2008) 20080305102503A</guid></item><item><title>UPDATED RELEASE: nftplib</title><link>http://www.codeplex.com/nftp/Release/ProjectReleases.aspx?ReleaseId=11299</link><description>&amp;#42;Version 0.2&amp;#42;&lt;br /&gt;&amp;#42; &amp;#42;nftplib.zip&amp;#42; - Includes source code library&lt;br /&gt;&amp;#42; &amp;#42;nftplib-NoSource.zip&amp;#42; - It contains binary file library</description><author></author><pubDate>Tue, 04 Mar 2008 11:50:02 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: nftplib 20080304115002A</guid></item><item><title>CREATED RELEASE: nftplib</title><link>http://www.codeplex.com/nftp/Release/ProjectReleases.aspx?ReleaseId=11299</link><description>&amp;#42;Version 0.2&amp;#42;&lt;br /&gt;&amp;#42; &amp;#42;nftplib.zip&amp;#42; - Includes source code library&lt;br /&gt;&amp;#42; &amp;#42;nftplib-NoSource.zip&amp;#42; - It contains binary file library</description><author></author><pubDate>Tue, 04 Mar 2008 11:47:38 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: nftplib 20080304114738A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/nftp/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the .NET FTP Library&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The Library provides easier access to FTP server.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Platform:&lt;/b&gt;  .NET 2.0&lt;br /&gt;&lt;b&gt;Available version:&lt;/b&gt; 0.2&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Supported:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;DownloadFile&lt;/li&gt;&lt;li&gt;UploadFile&lt;/li&gt;&lt;li&gt;GetFileSize&lt;/li&gt;&lt;li&gt;IsFileExists&lt;/li&gt;&lt;li&gt;IsDirectoryExists&lt;/li&gt;&lt;li&gt;CreateFolder	&lt;/li&gt;&lt;li&gt;DeleteFolder&lt;/li&gt;&lt;li&gt;DeleteFile&lt;/li&gt;&lt;li&gt;GetDirectoryList&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Zirok</author><pubDate>Tue, 04 Mar 2008 11:38:43 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080304113843A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/nftp/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Welcome to the .NET FTP Library&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The Library provides easier access to FTP server.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Platform:&lt;/b&gt;  .NET 2.0&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Supported:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;DownloadFile&lt;/li&gt;&lt;li&gt;UploadFile&lt;/li&gt;&lt;li&gt;GetFileSize&lt;/li&gt;&lt;li&gt;IsFileExists&lt;/li&gt;&lt;li&gt;IsDirectoryExists&lt;/li&gt;&lt;li&gt;CreateFolder	&lt;/li&gt;&lt;li&gt;DeleteFolder&lt;/li&gt;&lt;li&gt;DeleteFile&lt;/li&gt;&lt;li&gt;GetDirectoryList&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Zirok</author><pubDate>Tue, 04 Mar 2008 11:36:31 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080304113631A</guid></item></channel></rss>