<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx</link><description>Use FtpWebRequest to do FTP over SSL.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#516363</link><pubDate>Mon, 23 Jan 2006 23:20:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:516363</guid><dc:creator>Cindy Ferguson</dc:creator><description>When I turn on EnableSSL = true I get the following exception:&lt;br&gt;&lt;br&gt;ex.InnerException.Message = &amp;quot;The message or signature supplied for verification has been altered&amp;quot;&lt;br&gt;&lt;br&gt;Here is my code:&lt;br&gt;&lt;br&gt;FtpWebRequest ftpRequest = (FtpWebRequest)WebRequest.Create(myUrl);&lt;br&gt;ftpRequest.Credentials = myCredentials;&lt;br&gt;ftpRequest.EnableSsl = true;&lt;br&gt;&lt;br&gt;ftpRequest.Method = WebRequestMethods.Ftp.ListDirectory;&lt;br&gt;&lt;br&gt;using (FtpWebResponse ftpResponse = (FtpWebResponse)ftpRequest.GetResponse())&lt;br&gt;&lt;br&gt;It throws the exception on the final line of code.  If comment out the ftpRequest.EnableSSL = true;, I do not get the error.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL, The remote server returned an error: (530) Not logged in</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#643956</link><pubDate>Fri, 23 Jun 2006 11:19:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:643956</guid><dc:creator>Hari</dc:creator><description>while using SSL(request.EnableSsl = True), the following error occurs: The remote server returned an error: (530) Not logged in</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#750401</link><pubDate>Tue, 12 Sep 2006 13:39:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:750401</guid><dc:creator>LastHope</dc:creator><description>Hi,&lt;br&gt;I'd like an information: enabling the EnableSsl, it'll make work the FTP connection as a SFTP connection&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol"&gt;http://en.wikipedia.org/wiki/SSH_file_transfer_protocol&lt;/a&gt;&lt;br&gt;or not?&lt;br&gt;If the answer is no, have you got some reference on how I might do it? ;)</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#756731</link><pubDate>Sat, 16 Sep 2006 02:35:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:756731</guid><dc:creator>adarshk</dc:creator><description>Actually current SSL support on ftp does not include SSH FTP. Currently it is based on ftps mentioned in &lt;a rel="nofollow" target="_new" href="http://en.wikipedia.org/wiki/FTPS"&gt;http://en.wikipedia.org/wiki/FTPS&lt;/a&gt;, which is basically FTP over SSL/TLS. Future versions of FtpWebRequest may support SSH/FTP.</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#757171</link><pubDate>Sat, 16 Sep 2006 09:11:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:757171</guid><dc:creator>Lucky</dc:creator><description>I have looked at your sample code how do you implent this in a solution</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#813422</link><pubDate>Tue, 10 Oct 2006 19:48:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:813422</guid><dc:creator>Navneet</dc:creator><description>&lt;P&gt;What other options available to to SFTP using .Net?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Navneet&lt;/P&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#875073</link><pubDate>Thu, 26 Oct 2006 04:55:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:875073</guid><dc:creator>adarshk</dc:creator><description>&lt;p&gt;Until .net frameworks 3.0, there is no API available in .net frameworks. There may be some third party options available. (Ex. one I came across is &lt;a rel="nofollow" target="_new" href="http://www.jscape.com/articles/sftp_using_csharp.html"&gt;http://www.jscape.com/articles/sftp_using_csharp.html&lt;/a&gt;). I could not get chance to try any of them, so can not recommend any from my side.&lt;/p&gt;
</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#1041630</link><pubDate>Thu, 09 Nov 2006 03:29:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1041630</guid><dc:creator>Squish</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm using exactly the same code, but when I send a RETR to the FTP server the FTP server thinks its a GET instead.&lt;/p&gt;
&lt;p&gt;I've check the FTPWebRequest method and it thinks it's a RETR because of the URI.&lt;/p&gt;
&lt;p&gt;I've tried it with other ftp servers and still nothing.&lt;/p&gt;
&lt;p&gt;Help..please&lt;/p&gt;
&lt;p&gt;Squish&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#1937802</link><pubDate>Fri, 23 Mar 2007 18:11:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1937802</guid><dc:creator>Milan Petrovic</dc:creator><description>&lt;p&gt;Can I see the code to implement SSL connection to a server? I have tried this:&lt;/p&gt;
&lt;p&gt;FtpWebRequest request = (FtpWebRequest)WebRequest.Create(serverUri);&lt;/p&gt;
&lt;p&gt;request.Credentials = new NetworkCredential(&amp;quot;username&amp;quot;, &amp;quot;password&amp;quot;);&lt;/p&gt;
&lt;p&gt;request.Method = WebRequestMethods.Ftp.ListDirectory;&lt;/p&gt;
&lt;p&gt;request.UsePassive = true;&lt;/p&gt;
&lt;p&gt;request.EnableSsl = true;&lt;/p&gt;
&lt;p&gt;FtpWebResponse response = (FtpWebResponse)request.GetResponse();&lt;/p&gt;
&lt;p&gt;And I get following error: The remote certificate is invalid according to the validation procedure.&lt;/p&gt;
&lt;p&gt;Server I am trying to connect is FileZilla Server. How to validate this for connection? FileZilla Client works without any problem.&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#2255979</link><pubDate>Tue, 24 Apr 2007 08:40:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2255979</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;I am very confused as to the purpose of ClientCertificates on FtpWebRequest. &amp;nbsp;I need to authenticate to the FTP server using ONLY an X.509 certificate, no username or password. &amp;nbsp;It does not appear that there is any way to do this without going to a third-party component.&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#3956044</link><pubDate>Thu, 19 Jul 2007 17:25:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3956044</guid><dc:creator>Bob</dc:creator><description>&lt;p&gt;I am trying to call a web service over https that has an invalid ssl cert. The .Net 2.0 framework throws an &amp;quot;unable to connect to remote host&amp;quot; error every time I try to call a method on the web service. How do I override this. Here is my code:&lt;/p&gt;
&lt;p&gt; ServicePointManager.ServerCertificateValidationCallback = ValidateServerCertificate;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hew.apshealthcare.healtheweb_test.HealthEWebService webservice = new hew.apshealthcare.healtheweb_test.HealthEWebService();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DataSet ds = webservice.GetEligibleFamilyMembers(this.tbMemberId.Text);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.GridView1.DataSource = ds;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.GridView1.DataBind();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;public static bool ValidateServerCertificate(&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;object sender,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;X509Certificate certificate,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;X509Chain chain,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;SslPolicyErrors sslPolicyErrors)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return true;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#4493235</link><pubDate>Tue, 21 Aug 2007 14:48:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4493235</guid><dc:creator>Amit</dc:creator><description>&lt;P&gt;after enabling Enablessl property it gives an exception on &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;request.GetResponse(); &lt;/P&gt;
&lt;P&gt;error(500): unrecognized command. &lt;/P&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#5009524</link><pubDate>Thu, 20 Sep 2007 12:26:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5009524</guid><dc:creator>Smoother</dc:creator><description>&lt;p&gt;I am also getting the exception (500) unrecognized command. I just remove the line enableSsl = true; and it works flawless. Is this bug or i am mising something?&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#5850153</link><pubDate>Sat, 03 Nov 2007 06:06:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5850153</guid><dc:creator>ftp server</dc:creator><description>&lt;p&gt;Does anyone know if this works with RaidenFTPD ftp server ssl connection?&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#6956448</link><pubDate>Wed, 02 Jan 2008 19:21:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6956448</guid><dc:creator>Sid</dc:creator><description>&lt;p&gt;I would like to know is there any way we can implement FTPS in implicit mode. &lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#7841435</link><pubDate>Thu, 21 Feb 2008 22:51:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7841435</guid><dc:creator>Fx</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Does anybody have sample that works ?&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#8094168</link><pubDate>Fri, 07 Mar 2008 14:12:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8094168</guid><dc:creator>Sam</dc:creator><description>&lt;p&gt;If u don't want to answer why u create this blog&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#8421301</link><pubDate>Thu, 24 Apr 2008 13:47:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8421301</guid><dc:creator>Shashikant Patil</dc:creator><description>&lt;p&gt;Perhaps you are trying to connect FTP port. FTPS port is different. Try putting correct SSL FTP port.&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#8462523</link><pubDate>Tue, 06 May 2008 11:40:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8462523</guid><dc:creator>artcoding</dc:creator><description>&lt;p&gt;The C# ftp SSL works in combination with FileZilla.&lt;/p&gt;
&lt;p&gt;Configure Filezilla:&lt;/p&gt;
&lt;p&gt;Server options: &amp;quot;SSL/TLS settings&amp;quot;&lt;/p&gt;
&lt;p&gt;- check &amp;quot;Enable SSL/TLS Support&amp;quot;&lt;/p&gt;
&lt;p&gt;- &amp;quot;Generate new certificate&amp;quot;, file path should appear in &amp;quot;Private key file&amp;quot; and in &amp;quot;Certificate file&amp;quot;&lt;/p&gt;
&lt;p&gt;- check &amp;quot;Allow esplicit SSL/TLS on normal connections&amp;quot; and optionally recommanded &amp;quot;Force explicit SSL/TLS&amp;quot;&lt;/p&gt;
&lt;p&gt;Users:&lt;/p&gt;
&lt;p&gt;- &amp;quot;Add&amp;quot; user&lt;/p&gt;
&lt;p&gt;- set the password&lt;/p&gt;
&lt;p&gt;- check &amp;quot;Force SSL for user login&amp;quot;&lt;/p&gt;
&lt;p&gt;- at &amp;quot;Shared folders&amp;quot;, &amp;quot;Add&amp;quot; only one without alias and &amp;quot;Set as the home dir&amp;quot;&lt;/p&gt;
&lt;p&gt;In C#:&lt;/p&gt;
&lt;p&gt;request.EnableSsl = true;&lt;/p&gt;
&lt;p&gt;ServicePointManager.ServerCertificateValidationCallback = ... return true;}&lt;/p&gt;</description></item><item><title>FtpWebRequest compile with extended comments</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#8773714</link><pubDate>Sat, 26 Jul 2008 04:23:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8773714</guid><dc:creator>Network Class Library Team (System.Net)</dc:creator><description>&lt;p&gt;This is a current compile of the team's existing blogs on FtpWebRequest. I am going to update it periodically&lt;/p&gt;
</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#8904554</link><pubDate>Fri, 29 Aug 2008 09:28:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8904554</guid><dc:creator>Guest</dc:creator><description>&lt;p&gt;This is an error when I call function reqFTP.GetRequestStream()&lt;/p&gt;
&lt;p&gt;&amp;quot;A call to SSPI failed, see inner exception.&amp;quot;&lt;/p&gt;
&lt;p&gt;and this is innner exception message &amp;quot;The message received was unexpected or badly formatted&amp;quot;&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#8924191</link><pubDate>Thu, 04 Sep 2008 13:30:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8924191</guid><dc:creator>varun</dc:creator><description>&lt;p&gt; &amp;nbsp;try this .. ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(ValidateServerCertificate);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FtpWebResponse response =&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(FtpWebResponse)reqFTP.GetResponse();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#8924192</link><pubDate>Thu, 04 Sep 2008 13:30:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8924192</guid><dc:creator>varun</dc:creator><description>&lt;p&gt; &amp;nbsp;try this ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(ValidateServerCertificate);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FtpWebResponse response =&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(FtpWebResponse)reqFTP.GetResponse();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#9120660</link><pubDate>Wed, 19 Nov 2008 02:14:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9120660</guid><dc:creator>Fatou</dc:creator><description>&lt;p&gt;Thanks for the post. It helped me a lot!&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#9141736</link><pubDate>Tue, 25 Nov 2008 15:39:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9141736</guid><dc:creator>chaminda</dc:creator><description>&lt;p&gt;hey I had the same issue, but i was able to get this solved using the content in following posting&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeguru.com/csharp/.net/net_security/authentication/article.php/c15051"&gt;http://www.codeguru.com/csharp/.net/net_security/authentication/article.php/c15051&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#9141742</link><pubDate>Tue, 25 Nov 2008 15:43:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9141742</guid><dc:creator>chaminda</dc:creator><description>&lt;p&gt;hey I had the same issue, but i was able to get this solved using the content in following posting&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeguru.com/csharp/.net/net_security/authentication/article.php/c15051"&gt;http://www.codeguru.com/csharp/.net/net_security/authentication/article.php/c15051&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#9141743</link><pubDate>Tue, 25 Nov 2008 15:43:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9141743</guid><dc:creator>chaminda</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeguru.com/csharp/.net/net_security/authentication/article.php/c15051"&gt;http://www.codeguru.com/csharp/.net/net_security/authentication/article.php/c15051&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#9274739</link><pubDate>Mon, 05 Jan 2009 03:43:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9274739</guid><dc:creator>Chri</dc:creator><description>&lt;p&gt;Hm. im scratching my hair off. Why wont FtpWebRequest.EnableSsl=true; work? Anyone got some ideas why it wont work? It seems like its a big problem noone can sove.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description></item><item><title>reg SSL | keyongtech</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#9363718</link><pubDate>Thu, 22 Jan 2009 09:31:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9363718</guid><dc:creator>reg SSL | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/679888-reg-ssl"&gt;http://www.keyongtech.com/679888-reg-ssl&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Using FtpWebRequest to do FTP over SSL</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#9510963</link><pubDate>Thu, 26 Mar 2009 17:36:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9510963</guid><dc:creator>Giri</dc:creator><description>&lt;P&gt;I tried this and it worked, but the enablessl flag must be set to true right after you create the ftpwebrequest and before sending the network credential. &lt;/P&gt;</description></item><item><title> Adarsh s blog Using FtpWebRequest to do FTP over SSL | Hair Growth Products</title><link>http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx#9744680</link><pubDate>Sat, 13 Jun 2009 15:50:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9744680</guid><dc:creator> Adarsh s blog Using FtpWebRequest to do FTP over SSL | Hair Growth Products</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://hairgrowthproducts.info/story.php?id=2245"&gt;http://hairgrowthproducts.info/story.php?id=2245&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>