<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>Getting Started</title><link>http://forums.asp.net/15.aspx</link><description>The perfect forum for ASP.NET novices. No question too simple! &lt;A href="http://aspadvice.com/SignUp/list.aspx?l=21&amp;amp;c=17" target=_blank&gt;Email List&lt;/A&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: FTP Transfer in ASP.NET?</title><link>http://forums.asp.net/thread/3405572.aspx</link><pubDate>Tue, 15 Sep 2009 09:11:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3405572</guid><dc:creator>ashish-1983</dc:creator><author>ashish-1983</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3405572.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=3405572</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.codeguru.com/csharp/csharp/cs_internet/desktopapplications/article.php/c13163"&gt;http://www.codeguru.com/csharp/csharp/cs_internet/desktopapplications/article.php/c13163&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.csharphelp.com/archives/archive219.html"&gt;http://www.csharphelp.com/archives/archive219.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://aspalliance.com/1187_Building_a_Simple_FTP_Application_Using_C_20.all"&gt;http://aspalliance.com/1187_Building_a_Simple_FTP_Application_Using_C_20.all&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms229715.aspx" title="Best" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/ms229715.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: FTP Transfer in ASP.NET?</title><link>http://forums.asp.net/thread/3185784.aspx</link><pubDate>Mon, 25 May 2009 12:00:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3185784</guid><dc:creator>qwe123kids</dc:creator><author>qwe123kids</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3185784.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=3185784</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.devasp.net/net/articles/display/280.html"&gt;http://www.devasp.net/net/articles/display/280.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a 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;
&lt;p&gt;&lt;a href="http://www.15seconds.com/issue/080327.htm"&gt;http://www.15seconds.com/issue/080327.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://geekswithblogs.net/mikeymac/archive/2006/03/10/71990.aspx"&gt;http://geekswithblogs.net/mikeymac/archive/2006/03/10/71990.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;check the above link Contain Asp.net 2.0 Ftp Support..code&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: FTP Transfer in ASP.NET?</title><link>http://forums.asp.net/thread/2712379.aspx</link><pubDate>Wed, 29 Oct 2008 13:53:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2712379</guid><dc:creator>obinna123</dc:creator><author>obinna123</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2712379.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=2712379</wfw:commentRss><description>Hi MorningZ, can I have the code and the dll please, I am using .net 2.0&lt;br /&gt;</description></item><item><title>Re: FTP Transfer in ASP.NET?</title><link>http://forums.asp.net/thread/1254271.aspx</link><pubDate>Tue, 11 Apr 2006 12:56:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1254271</guid><dc:creator>MorningZ</dc:creator><author>MorningZ</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1254271.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1254271</wfw:commentRss><description>&lt;p&gt;I've got a DLL called "FTPFactory.dll" that I found somewhere a few years ago, works fine with ASP.NET, some sample code of my usage of it:&lt;/p&gt;
&lt;p&gt;Top of code behind:&lt;br /&gt;&lt;font face=Verdana color=#000080 size=2&gt;Imports FtpLib&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;In the function or sub to do the FTP-ing:&lt;br /&gt;&lt;font face=Verdana color=#000080 size=2&gt;Dim Client As FTPFactory = New FTPFactory&lt;br /&gt;Client.setRemoteHost("The FTP server name or IP goes here")&lt;br /&gt;Client.setRemoteUser("Login Username goes here")&lt;br /&gt;Client.setRemotePass("Login Password goes here")&lt;br /&gt;Client.login()&lt;br /&gt;Client.setBinaryMode(True)&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Setsupload mode to binary&lt;br /&gt;&lt;/font&gt;&lt;br /&gt;Some methods available (Intellisense helps with this stuff below)&lt;br /&gt;&lt;font face=Verdana color=#000080 size=2&gt;.chdir&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; 'Changes&amp;nbsp;directory&lt;br /&gt;.mkdir&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; 'Creates a directory&lt;br /&gt;.upload&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Uploads a file, make sure to use the *full* path&lt;br /&gt;.renameRemoteFile&lt;br /&gt;.close()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Closes the connection&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;There's also methods for deleting and moving and other stuff&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;If you'd like it, just email me (my username @ my username . com) and I can shoot you over the assembly....&amp;nbsp; (just a forewarning, i think gmail will block the email even though its inside a zip since is a dll file, so provide a non-gmail addy)&lt;/p&gt;</description></item><item><title>Re: FTP Transfer in ASP.NET?</title><link>http://forums.asp.net/thread/1254210.aspx</link><pubDate>Tue, 11 Apr 2006 12:06:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1254210</guid><dc:creator>naceau</dc:creator><author>naceau</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1254210.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1254210</wfw:commentRss><description>&lt;p&gt;An other approach is to use VisualPaseo, a freeware that provide Graphical interface to configure component like FTP.&lt;/p&gt;
&lt;p&gt;Ftp wizards published are FTP wininet, Catalist and command mode. They all provide the initial account for mainframe connection.&lt;/p&gt;
&lt;p&gt;Download: &lt;a href="http://www.paseosoft.com/download_soft/paseo6.1/Community/Visual_Paseo/Setup_VisualPaseo_CE.exe"&gt;ViualPaseo Community Edition&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=bodycopy1&gt;&lt;font face=Verdana color=black size=1&gt;&lt;span&gt;Find out more : &lt;a title=http://www.paseosoft.com/ href="http://www.paseosoft.com/" target=_blank&gt;http://www.paseosoft.com&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: FTP Transfer in ASP.NET?</title><link>http://forums.asp.net/thread/387758.aspx</link><pubDate>Fri, 07 Nov 2003 13:29:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:387758</guid><dc:creator>bradyjp_1974</dc:creator><author>bradyjp_1974</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/387758.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=387758</wfw:commentRss><description>&lt;br /&gt;
The Rebex component was good. I was able to produce the required functionality in 7 lines of code. 
&lt;br /&gt;

&lt;br /&gt;
Thanks!!!</description></item><item><title>Re: FTP Transfer in ASP.NET?</title><link>http://forums.asp.net/thread/387729.aspx</link><pubDate>Fri, 07 Nov 2003 12:27:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:387729</guid><dc:creator>bradyjp_1974</dc:creator><author>bradyjp_1974</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/387729.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=387729</wfw:commentRss><description>Thanks guys.
&lt;br /&gt;

&lt;br /&gt;
I'm in the process of trying out the the two components you mention.
&lt;br /&gt;

&lt;br /&gt;
Problem is... I'm trasnferring to a mainframe machine running Open VMS. Not sure if these components are compatible or not. Only time will tell.</description></item><item><title>Re: FTP Transfer in ASP.NET?</title><link>http://forums.asp.net/thread/387717.aspx</link><pubDate>Fri, 07 Nov 2003 12:04:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:387717</guid><dc:creator>SreedharK</dc:creator><author>SreedharK</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/387717.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=387717</wfw:commentRss><description>Why don't you check below link 
&lt;br /&gt;

&lt;br /&gt;
&lt;a target="_new" href="http://www.dotnetbips.com/displayarticle.aspx?id=26"&gt;http://www.dotnetbips.com/displayarticle.aspx?id=26&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
This is a free component!
&lt;br /&gt;

&lt;br /&gt;
Also try in Gotdotnet samples. You will find many free ASPNET FTP comonents with source!
&lt;br /&gt;
Good luck!</description></item><item><title>Re: FTP Transfer in ASP.NET?</title><link>http://forums.asp.net/thread/387707.aspx</link><pubDate>Fri, 07 Nov 2003 11:57:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:387707</guid><dc:creator>SomeNewKid</dc:creator><author>SomeNewKid</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/387707.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=387707</wfw:commentRss><description>Writing an FTP component is not a simple exercise.
&lt;br /&gt;

&lt;br /&gt;
So, the &amp;quot;simple&amp;quot; solution is to buy an FTP component.
&lt;br /&gt;

&lt;br /&gt;
I bought &lt;a target="_new" href="http://www.rebex.net/ftp.net"&gt;Rebex FTP for .NET&lt;/a&gt;.
&lt;br /&gt;
It is wonderfully simple to use. Download the trial version and see if it provides the functionality you need.
&lt;br /&gt;

&lt;br /&gt;</description></item><item><title>FTP Transfer in ASP.NET?</title><link>http://forums.asp.net/thread/387692.aspx</link><pubDate>Fri, 07 Nov 2003 11:37:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:387692</guid><dc:creator>bradyjp_1974</dc:creator><author>bradyjp_1974</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/387692.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=387692</wfw:commentRss><description>Does anybody know if its possible to transfer a file to another machine using FTP in my ASP page?
&lt;br /&gt;

&lt;br /&gt;
I'm trying to re-write a VB6 application using ASP.NET.
&lt;br /&gt;

&lt;br /&gt;
This app display a user input form and when the user clicks the submit button all the details from the web form are written to a text file on the web server and then transferred to another machine via FTP.
&lt;br /&gt;

&lt;br /&gt;
The VB6 app is using the wininet.dll api to do same.
&lt;br /&gt;

&lt;br /&gt;
I'm looking for a simple solution so any guidelines or references would be much appreciated.
&lt;br /&gt;

&lt;br /&gt;
Thanks in advance</description></item></channel></rss>