<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xceed.com/CS/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>Xceed FTP Library</title><link>http://xceed.com/CS/forums/24/ShowForum.aspx</link><description>Discussions about ActiveX-based file transfer</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Aborting a transfer sometimes hangs the ActiveX</title><link>http://xceed.com/CS/forums/thread/33170.aspx</link><pubDate>Sat, 09 Mar 2013 21:27:53 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:33170</guid><dc:creator>Alex</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/33170.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=33170</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:10pt;"&gt;Hello,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;We're using the library for a little upload utility in our software as well as the basis for a full FTP client. In both cases we have big issues aborting transfers. This does not happen every time, but it's pretty frequent that when setting the "Abort" property of the ActiveX, the "&lt;/span&gt;SendFile" function will just hang and never return.&lt;/p&gt;&lt;p&gt;Once this happens, we pretty much can't do anything other than close the app and restart... Sometimes, setting "Abort" to true several times will make it unlock, but most of the time it has no effect. If we call anything on the ActiveX at this point we get an exception that says the ActiveX is already performing a call.&lt;/p&gt;&lt;p&gt;Any idea?&lt;span style="font-size:10pt;"&gt;&amp;nbsp;I just downloaded the latest update for the ActiveX version and the issue is the same.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>FTP Transfer using ASCII</title><link>http://xceed.com/CS/forums/thread/32250.aspx</link><pubDate>Thu, 14 Jun 2012 14:56:07 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32250</guid><dc:creator>Phil</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/32250.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=32250</wfw:commentRss><description>&lt;p&gt;How can I force transfer to use ASCII and not BINARY?&lt;/p&gt;</description></item><item><title>This product is not licensed to perform this operation</title><link>http://xceed.com/CS/forums/thread/32011.aspx</link><pubDate>Wed, 18 Apr 2012 20:07:08 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:32011</guid><dc:creator>Mitt</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/32011.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=32011</wfw:commentRss><description>&lt;p&gt;Hello - &lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; I have an ancient VB6 program that apparently uses some XceedFTP library, I have to make changes to it that are completely unrelated to FTP at all, however, when I put the new .exe on the user's computer everything else works except when it gets to the call to the XceedFTP library it errors out saying "&lt;span style="font-family:arial;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;font-size:small;float:none;"&gt;This product is not licensed to perform this operation". However, the old .exe works fine even though there were no changes to the code that concerns FTPing stuff, the calls are exactly the same.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; I believe that somehow the old .exe is registered or something or XceedFTP library needs some key from the registry or something. &lt;span style="font-family:arial;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;font-size:small;float:none;"&gt;I am not the original writer of this code and he is long gone to ask what I need to do to get the my new .exe to be allowed to call the XceedFTP .dll &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Copy Files a Directory</title><link>http://xceed.com/CS/forums/thread/27204.aspx</link><pubDate>Sun, 20 Jun 2010 19:12:40 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:27204</guid><dc:creator>Alex</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/27204.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=27204</wfw:commentRss><description>&lt;p&gt;How would i copy a file and a Directory?&lt;/p&gt;&lt;p&gt;I have a string array, in it it has all the files selected. But, it also has folders. If i wanted to copy a Whole Directory from lets say;&lt;/p&gt;&lt;p&gt;ftp://example.com/folder1/&lt;b&gt;test/&lt;/b&gt;&lt;/p&gt;&lt;p&gt;to&lt;/p&gt;&lt;p&gt;ftp://example.com/folder2/&lt;b&gt;test/&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How would i do that?&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Xerax&amp;nbsp;&lt;/p&gt;</description></item><item><title>-2147213311 The object is not connected to a FTP server.</title><link>http://xceed.com/CS/forums/thread/25344.aspx</link><pubDate>Wed, 06 Jan 2010 12:14:47 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:25344</guid><dc:creator>Hemant</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/25344.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=25344</wfw:commentRss><description>&lt;p&gt;Dear all

a am using vb6.0 and when i am trying to upload data in server after some time its through error.&lt;/p&gt;&lt;p&gt;-2147213311 The object is not connected to a FTP server. &lt;/p&gt;&lt;p&gt;i have linux server&lt;/p&gt;&lt;p&gt;Please give me solution of this error &lt;br&gt;&lt;/p&gt;&lt;p&gt;Log Details..........&lt;/p&gt;&lt;p&gt;&amp;lt; 220---------- Welcome to Pure-FTPd [TLS] ----------&lt;br&gt;&amp;lt; 220-You are user number 2 of 50 allowed.&lt;br&gt;&amp;lt; 220-Local time is now 07:05. Server port: 921.&lt;br&gt;&amp;lt; 220-This is a private system - No anonymous login&lt;br&gt;&amp;lt; 220-IPv6 connections are also welcome on this server.&lt;br&gt;&amp;lt; 220 You will be disconnected after 15 minutes of inactivity.&lt;br&gt;&amp;gt; USER ***********&lt;br&gt;&amp;lt; 331 User *********** OK. Password required&lt;br&gt;&amp;gt; PASS xxxx&lt;br&gt;&amp;lt; 230-User *********** has group access to:&amp;nbsp; ***********&lt;br&gt;&amp;lt; 230 OK. Current restricted directory is /&lt;br&gt;&amp;gt; PWD&lt;br&gt;&amp;lt; 257 "/" is your current location&lt;br&gt;&amp;gt; CWD /Support/PMSM&lt;br&gt;&amp;lt; 250 OK. Current directory is /Support/PMSM&lt;br&gt;&amp;gt; PWD&lt;br&gt;&amp;lt; 257 "/Support/PMSM" is your current location&lt;br&gt;&amp;gt; TYPE I&lt;br&gt;&amp;lt; 200 TYPE is now 8-bit binary&lt;br&gt;&amp;gt; PASV&lt;br&gt;&amp;lt; 227 Entering Passive Mode (66,7,205,79,123,249)&lt;br&gt;&amp;gt; APPE 1001.zip&lt;br&gt;&amp;lt; 150 Accepted data connection&lt;br&gt;&amp;nbsp;--------------------------------------------------------------------------------------------&lt;/p&gt;</description></item><item><title>2147213300-&gt;The data transfer has been aborted by the FTP server</title><link>http://xceed.com/CS/forums/thread/12539.aspx</link><pubDate>Wed, 28 May 2008 11:29:44 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:12539</guid><dc:creator>mermaiderya</dc:creator><slash:comments>7</slash:comments><comments>http://xceed.com/CS/forums/thread/12539.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=12539</wfw:commentRss><description>&lt;p&gt;hello&lt;/p&gt;&lt;p&gt;i have a program which is written with VB6&lt;/p&gt;&lt;p&gt;&amp;nbsp;i used xceed ftp to send a file from a file on pc to an as400 file&lt;/p&gt;&lt;p&gt;it was working well..&lt;/p&gt;&lt;p&gt;but now when some files are sending i get this error 2147213300-&amp;gt;The data transfer has been aborted by the FTP server.&lt;br&gt;&amp;nbsp;(the file append as400 but i think i can't get 'sent' message with xceed)&amp;nbsp; and then get this error..&lt;br&gt;&lt;/p&gt;&lt;p&gt;the files are similar, sent and not sent&lt;br&gt;&lt;/p&gt;&lt;p&gt;only different : &lt;/p&gt;&lt;p&gt;sent files' size: 8.750, 15.230, etc..&lt;br&gt;&lt;/p&gt;&lt;p&gt;error files' size: 8.753, 18.539 ..etc&amp;nbsp;&lt;/p&gt;&lt;p&gt;thirth digit is not zero. when i set the size of error file 8.750, 18.530, the file sent without problem.&lt;br&gt;&lt;/p&gt;&lt;p&gt;what can be the problem?&lt;/p&gt;&lt;p&gt;why is that error?&lt;br&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>FtpClient.Connect on Windows Vista</title><link>http://xceed.com/CS/forums/thread/23696.aspx</link><pubDate>Thu, 03 Sep 2009 07:45:27 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:23696</guid><dc:creator>Johnny</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/23696.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=23696</wfw:commentRss><description>&lt;P&gt;Hello Xceed&lt;/P&gt;
&lt;P&gt;I am using the Ftp library version 4.0 (Demo) and get this error when trying to connect to ftp server.&lt;/P&gt;
&lt;P&gt;"An invalid AsyncResult was received while executing a command."&lt;/P&gt;
&lt;P&gt;My code is:&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;ftp.Connect(strHost, 21) - where the strHost is &lt;A&gt;ftp://www.xxxxxx.xx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The same code works fine on a Windows XP machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Kind regards&lt;/P&gt;
&lt;P&gt;Johnny E. Jensen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;</description></item><item><title>Invalid GET Command from Ftp 1.1 Active X, can anyone help?</title><link>http://xceed.com/CS/forums/thread/19271.aspx</link><pubDate>Fri, 13 Mar 2009 15:40:10 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:19271</guid><dc:creator>William</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/19271.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=19271</wfw:commentRss><description>&lt;p&gt;Hi all. Trying to get a file, and I get an error, the FTP server did not accept and FTP command for an unexpected reason. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've logged in, and am trying to get a file.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's a brief transaction snapshot of my using FTP command line in Win XP Pro.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ANY HELP Why this is not working would be appreciated. I'm thinking its in what xceedFTP is sending, and expecting back where the problem is...&lt;/p&gt;&lt;p&gt;(picking up after my login) &lt;br&gt;&lt;/p&gt;&lt;p&gt;331 User name okay, need password.&lt;br&gt;Password:&lt;br&gt;230 Login accepted. (Login Fine)&lt;/p&gt;&lt;p&gt;&lt;br&gt;ftp&amp;gt; get MSPIST (what I type to get the file named MSPIST )&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;(Result replies below from Device)&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;200 PORT command successful.&lt;br&gt;150 Opening data connection.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(pause while file is downloading - Then the following response upon completion)&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;226 Transfer complete.&lt;br&gt;ftp: 18972 bytes received in 2.34Seconds 8.09Kbytes/sec.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ftp&amp;gt; delete MSPIST (I delete the file on the machine)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(response)&lt;br&gt;250 DELE command successful.&lt;/p&gt;&lt;p&gt;&lt;br&gt;ftp&amp;gt; close (then I close the connection)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(response)&lt;br&gt;221 Goodbye. &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Limit of resume transfer</title><link>http://xceed.com/CS/forums/thread/18041.aspx</link><pubDate>Wed, 21 Jan 2009 17:29:16 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:18041</guid><dc:creator>Canestrier</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/18041.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=18041</wfw:commentRss><description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Two&amp;nbsp;questions :&lt;/P&gt;
&lt;P&gt;1) about the &lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;SendFile method. As i have see, one parameter is : &lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;long lLocalOffset (to restart after a transfer was stopped). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;As&amp;nbsp;I have understand, "long" in active X is a 32-bit signed, so Is it possible to resume a transfer of 80 GO from&amp;nbsp;75 GO (for exemple), or is there a limit after it was not possible to resume a transfer.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;2)&amp;nbsp;If the answer of question 1 is Yes there is a limit, what the solution to break it (use other kind of library, ....) .&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;Thank for your answers&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;Vincent&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-ansi-language:FR;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:'Times New Roman';mso-bidi-theme-font:minor-bidi;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>async transfer VBS</title><link>http://xceed.com/CS/forums/thread/17830.aspx</link><pubDate>Tue, 13 Jan 2009 18:32:39 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17830</guid><dc:creator>Canestrier</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/17830.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=17830</wfw:commentRss><description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;a question about asynchronous transfert. I see it was possible to put BackgroundProcessing = true to transfer file in asynchronous mode.&lt;/P&gt;
&lt;P&gt;so after the SendFile the code continue. &lt;/P&gt;
&lt;P&gt;My question is how is it possible to catch the events link to the transfer running with &lt;U&gt;&lt;STRONG&gt;VBS or ASP&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thank for your help&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Vincent&lt;/P&gt;</description></item><item><title>List all files on Ftp-Server</title><link>http://xceed.com/CS/forums/thread/17646.aspx</link><pubDate>Sat, 27 Dec 2008 21:45:32 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17646</guid><dc:creator>Thorsten</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/17646.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=17646</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;how can i list all files on a ftp-server?&lt;/p&gt;&lt;p&gt;include sub-folders...&lt;/p&gt;&lt;p&gt;&amp;nbsp;thx&lt;/p&gt;&lt;p&gt;&amp;nbsp; THW68 &lt;br&gt;&lt;/p&gt;</description></item><item><title>License information for this component not found for license xceed component</title><link>http://xceed.com/CS/forums/thread/17553.aspx</link><pubDate>Thu, 18 Dec 2008 10:43:28 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17553</guid><dc:creator>Shamshad</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/17553.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=17553</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;SPAN style="mso-no-proof:yes;"&gt;&lt;STRONG&gt;&lt;U&gt;Issue with licensed xceed FTP Library: &lt;/U&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;SPAN style="mso-no-proof:yes;"&gt;Error Description:&lt;SPAN style="COLOR:red;mso-no-proof:yes;"&gt;&lt;FONT face=Calibri size=3&gt;License information for this component not found. You do not have an appropriate license to use this functionality in the design enviorment.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="mso-no-proof:yes;"&gt;&lt;SPAN style="COLOR:red;mso-no-proof:yes;"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;&lt;SPAN style="mso-no-proof:yes;"&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;SPAN style="mso-no-proof:yes;"&gt;We are facing error at the time when making '.exe' file&amp;nbsp;through vb6, we are having licensed version of xceed ftp libraray.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;This decsription shows that we don't have proper license key but we have.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;SPAN style="mso-no-proof:yes;"&gt;&lt;SPAN style="COLOR:red;mso-no-proof:yes;"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;&lt;SPAN style="mso-no-proof:yes;"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;</description></item><item><title>Formless use of FTP control, error in example</title><link>http://xceed.com/CS/forums/thread/17267.aspx</link><pubDate>Fri, 28 Nov 2008 22:10:17 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17267</guid><dc:creator>LeisureTime</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/17267.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=17267</wfw:commentRss><description>&lt;P&gt;I use the FTP control on one of my VB6 forms fine. I am now trying to use it from a VB6&amp;nbsp;class. I copied the example code from this URL:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="http://doc.xceedsoft.com/products/XceedFtp/"&gt;http://doc.xceedsoft.com/products/XceedFtp/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;...but get an error 'Invalid use of New keyword' on this line:&lt;/P&gt;
&lt;P&gt;Set XceedFtp1 = New XceedFtp &lt;/P&gt;
&lt;P&gt;I should note that I had to move this line to the Declarations area due to another error message:&lt;/P&gt;
&lt;P&gt;Dim WithEvents XceedFtp1 As XceedFtp&lt;/P&gt;
&lt;P&gt;so it now reads:&lt;/P&gt;
&lt;P&gt;Private WithEvents XceedFtp1 As XceedFtp&lt;/P&gt;
&lt;P&gt;Thanks for any help!&lt;/P&gt;
&lt;P&gt;Edited to say if I take out the New keyword I get this message:&lt;/P&gt;
&lt;P&gt;Variable not defined (XceedFtp).&lt;/P&gt;
&lt;P&gt;However, if I go to Project / References I have 'Xceed FTP Library v1.1' checked, and I am using the control on a form elsewhere in the same program without incident.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>ReceiveFile Method in VFP</title><link>http://xceed.com/CS/forums/thread/17122.aspx</link><pubDate>Mon, 24 Nov 2008 18:31:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:17122</guid><dc:creator>lworthin</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/17122.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=17122</wfw:commentRss><description>&lt;p&gt;Greetings,&lt;/p&gt;&lt;p&gt;I've been handed a project that uses v 1.1 of the XceedFTP control. When our program executes the ReceiveFile method, it checks to see if the CurrentState = 2 before it proceeds. The problem is that CurrentState returns to 2 sometime after ReceiveFile fires (I cannot tell if it ever leaves CurrentState 2 because it happens so quickly), but nothing is ever transmitted. This happens most of the time. About 10% of the time, it seems to execute correctly.&lt;/p&gt;&lt;p&gt;Can anyone tell me what the issue might be?&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p&gt;&lt;br&gt;Lew &lt;br&gt;&lt;/p&gt;</description></item><item><title>Runtime error</title><link>http://xceed.com/CS/forums/thread/15408.aspx</link><pubDate>Thu, 18 Sep 2008 15:37:48 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:15408</guid><dc:creator>jack</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/15408.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=15408</wfw:commentRss><description>&lt;P&gt;I am trying to use ftp library with VB6 to receive a file from Mainframe.&amp;nbsp; If file exists on Mainframe it works fine.&amp;nbsp; If it doesn't exists it triggers runtime error even if I have on error statement.&amp;nbsp;&amp;nbsp; What am I doing wrong?&amp;nbsp; Here is a test code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On Error GoTo LocalError&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&amp;nbsp; xFTP.ServerAddress = "1.1.1.1"&lt;BR&gt;&amp;nbsp; xFTP.ServerPort = "21"&lt;BR&gt;&amp;nbsp; xFTP.UserName = "user"&lt;BR&gt;&amp;nbsp; xFTP.Password = "pass"&lt;BR&gt;&amp;nbsp; &lt;BR&gt;&amp;nbsp; xFTP.Connect&lt;BR&gt;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&amp;nbsp; &lt;BR&gt;'&amp;nbsp; xFTP.RepresentationType = frtASCII&lt;BR&gt;&amp;nbsp; &lt;BR&gt;&amp;nbsp; Call xFTP.ReceiveFile("'filename'", 0, "c:\test.asc")&lt;BR&gt;&amp;nbsp;&amp;nbsp; MsgBox Err.Description&lt;BR&gt;&amp;nbsp; &lt;BR&gt;xFTP.Disconnect&lt;/P&gt;
&lt;P&gt;LocalError:&lt;BR&gt;&amp;nbsp; Call AddErrorMessage(Err.Number, Err.Description)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&amp;nbsp; &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>GetFolderContents error</title><link>http://xceed.com/CS/forums/thread/6081.aspx</link><pubDate>Wed, 09 Apr 2008 13:43:55 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6081</guid><dc:creator>casper000ca</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6081.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6081</wfw:commentRss><description>I am using the Xceed Library 1.1.  component in C# .Net 2003.  The GetFolderContents works perfect when the files on the FTP folder is less then 200.  When the files accumlated up to 300 or above, it will generate an error of  "The remote file could not be opened by the FTP server."&lt;br /&gt;&lt;br /&gt;Here is my two lines of codes &lt;br /&gt;&lt;br /&gt;XceedFtpLib.XceedFtp ftpServer = new XceedFtpLib.XceedFtpClass();&lt;br /&gt;object folderItems = ftpServer.GetFolderContents( "*.*.done", XceedFtpLib.EXFContentsFormat.fcfCollection );&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Is it a bug of the component or what is wrong here?&lt;br /&gt;&lt;br /&gt;many thanks&lt;br /&gt;&lt;br /&gt;Casper</description></item><item><title>App hangs when calling SendMemoryFileData</title><link>http://xceed.com/CS/forums/thread/6078.aspx</link><pubDate>Wed, 28 Nov 2007 22:46:29 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6078</guid><dc:creator>joe700</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6078.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6078</wfw:commentRss><description>My app is written in C++ and the version of the XceedFtp.dll is 1.1.6461.&lt;br /&gt;&lt;br /&gt;I'm sending the file via SendMemoryFileData() since I need to limit the bandwidth. When the internet connection is up everything works fine. I wanted to simulate what would happen if the internet connection goes down as the file is being sent. This is a realistic scenario when this app is deployed since the connection will be over a satellite link that sometimes goes down. Anyway, I set a breakpoint on SendMemoryFileData() and disconnected the ethernet cable. When I continued running the app it just hung. The call to SendMemoryFileData() never returned.&lt;br /&gt;&lt;br /&gt;As a side note, I have event handlers in place. If I set a breakpoint on raw_Disconnected() the breakpoint gets hit and SendMemoryFileData() returns (therefore not hanging the app). I don't know if this is of any value but I just thought I would mention it.&lt;br /&gt;&lt;br /&gt;Does anyone have any ideas on how to resolve this?&lt;br /&gt;&lt;br /&gt;Any help would be greatly appreciated!&lt;br /&gt;</description></item><item><title>Empty Folders</title><link>http://xceed.com/CS/forums/thread/6075.aspx</link><pubDate>Tue, 17 Jul 2007 11:56:31 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6075</guid><dc:creator>Laurence</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/6075.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6075</wfw:commentRss><description>Is there any way to copy an empty folder to the target machine.  I need to synchronise the directory structure on the FTP server with a local netywork drive.  Thx in advance for any advice</description></item><item><title>[FTP] - GetFoldersContents</title><link>http://xceed.com/CS/forums/thread/6069.aspx</link><pubDate>Fri, 30 Mar 2007 12:10:42 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6069</guid><dc:creator>frederic</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/6069.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6069</wfw:commentRss><description>Hello,&lt;br /&gt;&lt;br /&gt;I use the FTP component v3.3 on the framework 2.0&lt;br /&gt;i create a fileSizeInfos function, and for this i use&lt;br /&gt;GetFoldersContents(name of file) for retrieve a fileinfoitem&lt;br /&gt;but if my filename start with the char '-' the function GetFoldersContents retrieve all contents of folder !!&lt;br /&gt;&lt;br /&gt;Have you a idea on this problem ?&lt;br /&gt;&lt;br /&gt;thanxs a lot&lt;br /&gt;&lt;br /&gt;bye&lt;br /&gt;</description></item><item><title>FTP (ActiveX) 1.1 discontinued?</title><link>http://xceed.com/CS/forums/thread/6028.aspx</link><pubDate>Sat, 07 Jan 2006 09:44:15 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6028</guid><dc:creator>condev</dc:creator><slash:comments>9</slash:comments><comments>http://xceed.com/CS/forums/thread/6028.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6028</wfw:commentRss><description>Hello Xceed support,&lt;br /&gt;&lt;br /&gt;is v1.1 of the FTP ActiveX library discontinued?&lt;br /&gt;&lt;br /&gt;If the version is no longer supported/updated, we'd need to &lt;br /&gt;know and switch to another component vendor.&lt;br /&gt;&lt;br /&gt;Thanks.</description></item><item><title>ERROR 8202</title><link>http://xceed.com/CS/forums/thread/6061.aspx</link><pubDate>Mon, 08 Jan 2007 04:06:56 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6061</guid><dc:creator>Remmie</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/6061.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6061</wfw:commentRss><description>Using the FTP component in PowerBuilder, I connect to the FTP server, but then get kicked off.  The log file shows that I connected successfully, but then aborts the operation with an error 8202.  Anyone know what error 8202 is?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;rvail2</description></item><item><title>FTP through HTTP proxy server</title><link>http://xceed.com/CS/forums/thread/6067.aspx</link><pubDate>Thu, 22 Feb 2007 14:33:52 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6067</guid><dc:creator>Remmie</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6067.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6067</wfw:commentRss><description>Does XCeed FTP ( Active X ) allow you to ftp through a HTTP proxy server?  I have been looking at the firewall settings, but I'm not sure it this is the same thing.&lt;br /&gt;&lt;br /&gt;BACKGROUND:  I'm trying to develope an application for the Kentucky school system, and they would like all FTP activity to go through there HTTP proxy servers.</description></item><item><title>0x8004200F : The FTP server did not accept a FTP command</title><link>http://xceed.com/CS/forums/thread/6059.aspx</link><pubDate>Thu, 02 Nov 2006 08:53:19 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6059</guid><dc:creator>seb</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6059.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6059</wfw:commentRss><description>Hi there,&lt;br /&gt;&lt;br /&gt;I've been using Xceed FTP ActiveX for quite a while with success now, but from times to times I encounter a weird behaviour :&lt;br /&gt;I have an application that periodically logs to a FTP server, sends a file, closes the connection, releases the object. Everything is fine, *most* of the uploads work. Sometimes though, I suddenly get error 0x8004200F : The FTP server did not accept a FTP command.&lt;br /&gt;&lt;br /&gt;How is it that suddenly some FTP command is not accepted anymore, when obviously everything was fine a short time ago (and will be fine again a short time later) ?&lt;br /&gt;&lt;br /&gt;The FTP server is the one that comes with IIS 6, running on Windows Server 2003 Standard SP1.&lt;br /&gt;&lt;br /&gt;Do you have any knowledge of miscommunications with that FTP server ?&lt;br /&gt;&lt;br /&gt;For the moment I activated some more logging (client and server) in order to get more informations, and will let you know if I get some. Meanwhile, if you have any idea of the problem and could help me, that would be great&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Sebastien</description></item><item><title>Remote UNC</title><link>http://xceed.com/CS/forums/thread/6057.aspx</link><pubDate>Thu, 31 Aug 2006 19:36:31 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6057</guid><dc:creator>Jaye</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6057.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6057</wfw:commentRss><description>Is it possible to grab the UNC and/or local file path of the ftproot directory on the remote ftp Server programmatically?  As it stands, I cannot be guaranteed as to what our client will choose for their sftp root directory.</description></item><item><title>Issue transferring a file via SFTP</title><link>http://xceed.com/CS/forums/thread/6054.aspx</link><pubDate>Thu, 31 Aug 2006 18:43:35 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6054</guid><dc:creator>Jaye</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/6054.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6054</wfw:commentRss><description>I'm attempting to transfer a file via SFTP, but I consistantly reach an error: "The command socket was disconnected from the FTP server." at my EndConnect line.  Below is some of my source.  Has anyone happened upon a solution for this?  &lt;br /&gt;&lt;br /&gt;Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load&lt;br /&gt;   Xceed.Ftp.Licenser.LicenseKey = System.Configuration.ConfigurationManager.AppSettings("componentLicense")&lt;br /&gt;  Dim iphost As IPHostEntry = Dns.Resolve("ServerName")&lt;br /&gt;  Dim sftpServerAddress = iphost.HostName.ToString&lt;br /&gt;  Dim sftpServerPort = "22"&lt;br /&gt;  Dim sftpUsername = "Domain/User"&lt;br /&gt;  Dim sftpPassword = "Password"&lt;br /&gt;&lt;br /&gt;  ' Create an instance of an FTP Client&lt;br /&gt;        Dim FtpClient1 As Xceed.Ftp.AsyncFtpClient = New Xceed.Ftp.AsyncFtpClient()&lt;br /&gt;&lt;br /&gt;        AddHandler FtpClient1.CertificateReceived, AddressOf Certificate_received&lt;br /&gt;&lt;br /&gt;  ' Connect and Login to the FTP Client&lt;br /&gt;        Dim result As IAsyncResult = FtpClient1.BeginConnect(sftpServerAddress, sftpServerPort, AuthenticationMethod.Tls, VerificationFlags.None, Nothing, Nothing, Nothing)&lt;br /&gt;&lt;br /&gt;        FtpClient1.EndConnect(result)&lt;br /&gt;&lt;br /&gt;        FtpClient1.Login(sftpUsername, sftpPassword)&lt;br /&gt;&lt;br /&gt;        FtpClient1.SendFile("C:\test\test1.txt")&lt;br /&gt;&lt;br /&gt;        FtpClient1.Disconnect()&lt;br /&gt;&lt;br /&gt;        RemoveHandler FtpClient1.CertificateReceived, AddressOf certificate_received&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;Public Sub certificate_received(ByVal sender As Object, ByVal e As CertificateReceivedEventArgs)&lt;br /&gt;        e.Action = VerificationAction.Accept&lt;br /&gt; End Sub</description></item><item><title>The object is not connected to a FTP server</title><link>http://xceed.com/CS/forums/thread/6041.aspx</link><pubDate>Tue, 28 Mar 2006 13:24:23 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6041</guid><dc:creator>deamon</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6041.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6041</wfw:commentRss><description>hi m8´s&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;anybody knows what the problem for that message is?&lt;br /&gt;&lt;br /&gt;i use Bullet Proof  FTP&lt;br /&gt;&lt;br /&gt;but every morning i have to click away that message and then it works again.</description></item><item><title>Does it support a file larger than 2.1GB?</title><link>http://xceed.com/CS/forums/thread/6052.aspx</link><pubDate>Tue, 11 Jul 2006 08:06:44 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6052</guid><dc:creator>oh</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6052.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6052</wfw:commentRss><description>Does it support a file larger than 2.1GB?</description></item><item><title>FTP_E_BUSY?</title><link>http://xceed.com/CS/forums/thread/6047.aspx</link><pubDate>Wed, 28 Jun 2006 04:57:55 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6047</guid><dc:creator>oh</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/6047.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6047</wfw:commentRss><description>while I upload, I called 'put_Abort(VARIANT_TRUE)' and I got an error message if I called 'Disconnect()'.&lt;br /&gt;&lt;br /&gt;The error message is 'FTP_E_BUSY'.&lt;br /&gt;&lt;br /&gt;I got an the error message every time, when the situation is same as above.&lt;br /&gt;&lt;br /&gt;What can I do??&lt;br /&gt;&lt;br /&gt;sorry about my bad english.. </description></item><item><title>FTP Server Time Vs Workstation Time</title><link>http://xceed.com/CS/forums/thread/6043.aspx</link><pubDate>Mon, 01 May 2006 22:08:38 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6043</guid><dc:creator>nelsonsoft</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/6043.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6043</wfw:commentRss><description>When I send a file it timestamps the file with the FTP server.  So when I go back in and check the age of a file from my workstation it appears 3 hours older than it is.  Is there a way with the controls to establish the time difference between the workstation and the FTP server so that you can establish the actual date of the file that was uploaded.  I'm trying to establish how old a file is by hours not days so the time does make a difference.&lt;br /&gt;Thanks,&lt;br /&gt;Gil</description></item><item><title>Not connected if client is running on Windows XP Pro SP2</title><link>http://xceed.com/CS/forums/thread/6038.aspx</link><pubDate>Tue, 21 Mar 2006 17:02:29 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6038</guid><dc:creator>AlexanderPavluk</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/6038.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6038</wfw:commentRss><description>When client tries to connect to FTP server, the server is sending the response "Ready". Client sends request "USER name" and server responses "User name okay, need password", but client doesn't send request containing password. As a sniffer showed all server's respondes were recived by client. We need fixed library for this problem. </description></item><item><title>download folder</title><link>http://xceed.com/CS/forums/thread/6026.aspx</link><pubDate>Tue, 01 Nov 2005 19:35:58 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6026</guid><dc:creator>Chris</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6026.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6026</wfw:commentRss><description>is there a way to just download the entire folder from the ftp site, instead of having to traverse the directories, to get to the files, and recreate the directory structure on a local machine?. I am connecting to an ftp server, and using the listfoldercontents method to get the list of folders i want to download.  The folder can contain multiple subdirectories, and the structure can vary.  I want to download the root folder, and have all the subdirectories and files with it get downloaded as well.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;/root folder on ftp site&lt;br /&gt;/test folder within the root&lt;br /&gt;&lt;br /&gt;The test folder contains multiple subdirectories, and file.&lt;br /&gt;&lt;br /&gt;I tried just using the receivefile method, along with the folder name but that doesnt work.  Any help would be appreciated.&lt;br /&gt;</description></item><item><title>Folder Rename</title><link>http://xceed.com/CS/forums/thread/6006.aspx</link><pubDate>Fri, 25 Feb 2005 16:11:53 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6006</guid><dc:creator>Paolo</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/6006.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6006</wfw:commentRss><description>I'm developing in Delphi and I can't manage to rename remote folders with FTP Library 1.1: RenameFile method can operate only on Files.&lt;br /&gt;I tried to use SendCommand("RNFR /dir") but I get an "unknown error" exception message.&lt;br /&gt;Does someone know a solution for this problem?</description></item><item><title>Blocking problem.</title><link>http://xceed.com/CS/forums/thread/5980.aspx</link><pubDate>Thu, 29 Jul 2004 09:21:03 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5980</guid><dc:creator>Pinosoft</dc:creator><slash:comments>6</slash:comments><comments>http://xceed.com/CS/forums/thread/5980.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5980</wfw:commentRss><description>Hi !&lt;br /&gt;&lt;br /&gt;i have a problem with this DLL (trial version at the moment).&lt;br /&gt;&lt;br /&gt;Sometimes , during execution of "ReceiveFile" and "Connect" method, my application stops to work...&lt;br /&gt;&lt;br /&gt;In the first case, executing the debug through VB6, the cursor remain blocked on the "receivefile" call ... but the file it does not come received.&lt;br /&gt;&lt;br /&gt;In the second, it seems that application remains in wait to connect  to the FTP Server but no error message comes generated.&lt;br /&gt;&lt;br /&gt;The "Abort" method don't work..&lt;br /&gt;&lt;br /&gt;Have you some suggestions?&lt;br /&gt;&lt;br /&gt;Thanks !! (and sorry for my poor english)&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;Pinosoft&lt;br /&gt;</description></item><item><title>SendCommand max len of 4 chars?</title><link>http://xceed.com/CS/forums/thread/6024.aspx</link><pubDate>Thu, 01 Sep 2005 18:38:07 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6024</guid><dc:creator>ymanzanilla</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6024.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6024</wfw:commentRss><description>I would like to send the following command to the ftp server:&lt;br /&gt;&lt;br /&gt;quote rcmd CLRPFM FILE(QS36F/AFFEDI) MBR(SHELL)&lt;br /&gt;&lt;br /&gt;Which will enable us to run a custom application and do some cleanup. I receive the following error message:&lt;br /&gt;&lt;br /&gt;The FTP server did not accept a FTP command for an unexpected reason&lt;br /&gt;&lt;br /&gt;The log file registers as follows:&lt;br /&gt;&lt;br /&gt;&amp;lt; 220-QTCP at AFUSA1.&lt;br /&gt;&amp;lt; 220 Connection will close if idle more than 5 minutes.&lt;br /&gt;&amp;gt; USER XXXX&lt;br /&gt;&amp;lt; 331 Enter password.&lt;br /&gt;&amp;gt; PASS xxxx&lt;br /&gt;&amp;lt; 230 XXXX logged on.&lt;br /&gt;&amp;gt; PWD&lt;br /&gt;&amp;lt; 257 "#CBRUN" is current library.&lt;br /&gt;&amp;gt; CWD QS36F&lt;br /&gt;&amp;lt; 250 "QS36F" is current library.&lt;br /&gt;&amp;gt; PWD&lt;br /&gt;&amp;lt; 257 "QS36F" is current library.&lt;br /&gt;&amp;gt; quote rcmd CLRPFM FILE(QS36F/AFFEDI) MBR(SHELL)&lt;br /&gt;&amp;lt; 500 Subcommand QUOT not valid.&lt;br /&gt;&lt;br /&gt;is the SendCommand method using a maximum of 4 characters? is there a way to get around this issue? &lt;br /&gt;&lt;br /&gt;I have tested the command in windows command prompt and unix: it works great there. Any  thoughts?&lt;br /&gt;&lt;br /&gt;Thank you in advance for any help you can provide!</description></item><item><title>Check if file exists?</title><link>http://xceed.com/CS/forums/thread/5930.aspx</link><pubDate>Thu, 30 Oct 2003 15:14:06 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5930</guid><dc:creator>RDC</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/5930.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5930</wfw:commentRss><description>How do I check if a file exists before I attempt to delete it using the XCeed FTP Control?&lt;br /&gt;&lt;br /&gt;Is it necessary?&lt;br /&gt;&lt;br /&gt;If File X exists I want to delete it.&lt;br /&gt;&lt;br /&gt;If I call &lt;br /&gt;&lt;br /&gt;XFTP.DeleteFile("File X") &lt;br /&gt;&lt;br /&gt;and the file does not exist will I get an error?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Shan</description></item><item><title>Folder</title><link>http://xceed.com/CS/forums/thread/6022.aspx</link><pubDate>Mon, 25 Jul 2005 09:40:59 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6022</guid><dc:creator>stOrM!</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6022.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6022</wfw:commentRss><description>Hello :-)&lt;br /&gt;&lt;br /&gt;Maybe someone can provide an example, for a better way identifying a Folder / File instead of using an Selected.ImageIndex of...&lt;br /&gt;&lt;br /&gt;Thats because what if you use the SystemimageList for displaying the Fileicons for the FTP Files / Folders instead of hardcoded ones??? Then you will get into trouble thought :-(&lt;br /&gt;&lt;br /&gt;best regards keep on going &lt;br /&gt;s!&lt;br /&gt;</description></item><item><title>providing a certificate...two way SSL</title><link>http://xceed.com/CS/forums/thread/6020.aspx</link><pubDate>Sat, 23 Jul 2005 20:25:11 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6020</guid><dc:creator>Kenneth</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6020.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6020</wfw:commentRss><description>Does anyone have any sample code of a certificate from the client to the server?  I just cant figure it out.&lt;br /&gt;&lt;br /&gt;The only xceed samples I can find on SSL  have this in them&lt;br /&gt;&lt;br /&gt;  // In this example, we will not provide the server with a client&lt;br /&gt;  // certificate, but only validate the server's certificate.&lt;br /&gt;&lt;br /&gt;Also, is there any planned support for SSH?&lt;br /&gt;&lt;br /&gt;</description></item><item><title>spaces in filename</title><link>http://xceed.com/CS/forums/thread/6016.aspx</link><pubDate>Fri, 01 Jul 2005 21:49:38 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6016</guid><dc:creator>dsa1971</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6016.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6016</wfw:commentRss><description>using the getFolderContents method when I pass it a filename like "MY FILE.DOC" it gives me  a "The remote file could not be opened by the ftp server." message.  I assume because it can't handle the space in the filename.  I wanted to avoid passing "*.DOC" to get a whole list of files to search through for the file I was looking for mainly because I wanted to make things as fast as possible.  Is there a way to fix this?</description></item><item><title>Ftp controls a question,Requests the technical support</title><link>http://xceed.com/CS/forums/thread/6018.aspx</link><pubDate>Wed, 13 Jul 2005 13:43:32 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6018</guid><dc:creator>ch830820</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6018.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6018</wfw:commentRss><description>1):After why on me passes on (downloading) the document,The document revision time was altered to the current system time?&lt;br /&gt;&lt;br /&gt;2):When on passes on the document,If in the current server table of contents has the same document,Hasn't sprung why  the replace document dialog box?&lt;br /&gt;&lt;br /&gt;3):When deletes on the server to include the document the table of&lt;br /&gt;contents,Can make a mistake?&lt;br /&gt;&lt;br /&gt;4):Whether realizes on the server different table of contents mutual copy&lt;br /&gt;document?</description></item><item><title>GetFolderContents() - case sensitive?</title><link>http://xceed.com/CS/forums/thread/6014.aspx</link><pubDate>Tue, 28 Jun 2005 19:07:12 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6014</guid><dc:creator>dsa1971</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6014.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6014</wfw:commentRss><description>In a function where I test to see if a file exists on the ftp server I use GetFolderContents and have noticed that in order to get a full list of , .jpg files for example, I have to make 2 calls to GetFolderContents, 1 with the wildcarad as *.jpg and the other as *.JPG. Is this an Xceed FTP Library or is this a setting on the ftp server that can be changed?</description></item><item><title>How can I retreive Owner and Group information on Listing.</title><link>http://xceed.com/CS/forums/thread/6012.aspx</link><pubDate>Fri, 24 Jun 2005 04:27:01 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6012</guid><dc:creator>midmee</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/6012.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6012</wfw:commentRss><description>Hello.&lt;br /&gt;&lt;br /&gt;I just tried XceedFTP client.&lt;br /&gt;&lt;br /&gt;I trying to list content with owner and group information with other information.&lt;br /&gt;&lt;br /&gt;I tried the sUserData, but I didn't get any strings from them...&lt;br /&gt;&lt;br /&gt;Is it possible to getting information about owner and gruop on listing files?&lt;br /&gt;&lt;br /&gt;Thanks a lot.</description></item><item><title>Disconnecting hangs</title><link>http://xceed.com/CS/forums/thread/5987.aspx</link><pubDate>Thu, 29 Jul 2004 21:08:54 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5987</guid><dc:creator>David</dc:creator><slash:comments>10</slash:comments><comments>http://xceed.com/CS/forums/thread/5987.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5987</wfw:commentRss><description>I have a simple app that provides online updates to our software customers by FTPing the file from our website.&lt;br /&gt;&lt;br /&gt;At one site (out of 400+ sites) the control will connect to the site OK, retrieve the small file which contains the latest version number, but then will not complete the DISCONNECT command.&lt;br /&gt;&lt;br /&gt;The disconnect does not occur and the DISCONNECT event never fires.  What would make a site be unable to disconnect?  I know that they are using a CISCO router, the other 399 sites just have "normal" cheap routers.&lt;br /&gt;&lt;br /&gt;And what is the best way to timeout or force the disconnect to happen?&lt;br /&gt;</description></item><item><title>Windows Server 2003 (SBS) support</title><link>http://xceed.com/CS/forums/thread/5948.aspx</link><pubDate>Wed, 10 Dec 2003 05:53:05 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5948</guid><dc:creator>buttlibra</dc:creator><slash:comments>7</slash:comments><comments>http://xceed.com/CS/forums/thread/5948.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5948</wfw:commentRss><description>I have installed my program on a machine having operating system Microsoft Windows Server 2003 for (Small Business Server), and i took the backup of some files using the Xceed Backup Library successfully.&lt;br /&gt;&lt;br /&gt;But for FTP, it gives the following error: &lt;br /&gt;"No FTP server found on the specified address."&lt;br /&gt;&lt;br /&gt;Then I manually tried an FTP from the same machine using a different FTP Client, and it did the FTP successfully.&lt;br /&gt;&lt;br /&gt;Please tell me urgently, that if there is any problem with the Xceed FTP Library 1.1 with the following O.S. Win. server 2003</description></item><item><title>The local file could not be open</title><link>http://xceed.com/CS/forums/thread/6009.aspx</link><pubDate>Mon, 18 Apr 2005 22:37:53 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6009</guid><dc:creator>pakman</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/6009.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6009</wfw:commentRss><description>Hi,&lt;br /&gt;&lt;br /&gt;Getting the following error, trying to load file to web server:&lt;br /&gt;&lt;br /&gt;Error -2147213285 occurred while sending the file to the FTP server.&lt;br /&gt;Error Description :The local file could not be open. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Must be something easy.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Paul</description></item><item><title>Wish list for next release</title><link>http://xceed.com/CS/forums/thread/5883.aspx</link><pubDate>Mon, 18 Aug 2003 18:41:23 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5883</guid><dc:creator>Odi [Xceed]</dc:creator><slash:comments>17</slash:comments><comments>http://xceed.com/CS/forums/thread/5883.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5883</wfw:commentRss><description>What would you like to see in the next version of Xceed FTP Library?&lt;br /&gt;&lt;br /&gt;Examples:&lt;br /&gt;&lt;br /&gt;- Secure FTP?&lt;br /&gt;- Auto-restart of broken transfers?</description></item><item><title>Append to datasets</title><link>http://xceed.com/CS/forums/thread/5922.aspx</link><pubDate>Tue, 07 Oct 2003 08:59:07 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5922</guid><dc:creator>Mikael</dc:creator><slash:comments>4</slash:comments><comments>http://xceed.com/CS/forums/thread/5922.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5922</wfw:commentRss><description>&lt;br /&gt;How do I append a file to a dataset on a mainframe computer? Here is the mail I sent to Xceed, I thought that I just as well could post it here in the forum aswell. Thanks! /Mikael&lt;br /&gt;&lt;br /&gt;When I do the following in a DOS window it works just fine:&lt;br /&gt;	C:\&amp;gt;ftp 10.100.242.1&lt;br /&gt;	Connected to sto1.ica.se.&lt;br /&gt;	220-FTPD1 IBM FTP CS V2R10 at STO1.ICA.SE, 08:12:33 on 2003-10-07.&lt;br /&gt;	220 Connection will close if idle for more than 5 minutes.&lt;br /&gt;	User (sto1.ica.se:(none)): XXXX&lt;br /&gt;	331 Send password please.&lt;br /&gt;	Password:&lt;br /&gt;	230 XXXX is logged on.  Working directory is "XXXX.".&lt;br /&gt;	ftp&amp;gt; appe&lt;br /&gt;	Local file ftpmainframe.txt&lt;br /&gt;	Remote file 'ICA2.BP1010.HOR.TEST.FTP'&lt;br /&gt;	200 Port request OK.&lt;br /&gt;	125 Appending to data set ICA2.BP1010.HOR.TEST.FTP&lt;br /&gt;	250 Transfer completed successfully.&lt;br /&gt;	ftp: 46 bytes sent in 0,00Seconds 46000,00Kbytes/sec.&lt;br /&gt;	ftp&amp;gt; bye&lt;br /&gt;	221 Quit command received. Goodbye.&lt;br /&gt;	C:\&amp;gt;&lt;br /&gt;&lt;br /&gt;My question is how to accomplish the same thing with xceed ftp library. This code (C#) will result in an error:&lt;br /&gt;	XceedFtpLib.XceedFtp objFtp = new XceedFtpLib.XceedFtpClass();&lt;br /&gt;	objFtp.License(strFTPLicenseKey);&lt;br /&gt;	objFtp.ServerAddress = "10.100.242.1";&lt;br /&gt;	objFtp.UserName = "XXX";&lt;br /&gt;	objFtp.Password = "XXX";&lt;br /&gt;	objFtp.Connect(); // Connect works without problems&lt;br /&gt;&lt;br /&gt;	// However, this command doesnt work&lt;br /&gt;	objFtp.SendFile("ftpmainframe.txt", 0, "'ICA2.BP1010.HOR.TEST.FTP'", true);&lt;br /&gt;&lt;br /&gt;I have also tried setting the following parameters to different values:&lt;br /&gt;	objFtp.PassiveMode = true;&lt;br /&gt;	objFtp.AllocateStorage = true;&lt;br /&gt;	objFtp.RepresentationType = XceedFtpLib.EXFRepresentationType.frtBinary;&lt;br /&gt;	objFtp.AccountName = strFTPUserName;&lt;br /&gt;But the error returned is always:&lt;br /&gt;?ee&lt;br /&gt;{"The remote file could not be opened by the FTP server.&lt;br /&gt;" }&lt;br /&gt;    [System.Runtime.InteropServices.COMException]: {System.Runtime.InteropServices.COMException}&lt;br /&gt;    System.Object: {System.Runtime.InteropServices.COMException}&lt;br /&gt;    _COMPlusExceptionCode: -532459699&lt;br /&gt;    _className: null&lt;br /&gt;    _exceptionMethod: null&lt;br /&gt;    _exceptionMethodString: null&lt;br /&gt;    _message: "The remote file could not be opened by the FTP server.&lt;br /&gt;"&lt;br /&gt;    _innerException: null&lt;br /&gt;    _helpURL: null&lt;br /&gt;    _stackTrace: {System.Array}&lt;br /&gt;    _stackTraceString: null&lt;br /&gt;    _remoteStackTraceString: null&lt;br /&gt;    _remoteStackIndex: 0&lt;br /&gt;    _HResult: -2147213293&lt;br /&gt;    _source: "XceedSoftware.XceedFtp.1"&lt;br /&gt;    _xptrs: 0&lt;br /&gt;    _xcode: -532459699&lt;br /&gt;    Message: "The remote file could not be opened by the FTP server.&lt;br /&gt;"&lt;br /&gt;    InnerException: null&lt;br /&gt;    TargetSite: {System.Reflection.RuntimeMethodInfo}&lt;br /&gt;    StackTrace: "   at XceedFtpLib.XceedFtpClass.SendFile(String sLocalFilename, Int32 lLocalOffset, String sRemoteFilename, Boolean bAppend)&lt;br /&gt;   at CareFTPService.CareFTPService.SendFile(String strFileFullName, String strOrigFileFullName, String strFTPAddress, String strFTPRemoteDirectory, String strFTPUserName, String strFTPPassword, String strFTPDataset, Boolean bolFTPAppend, Boolean bolFTPSendOK, Boolean bolFTPCompressFile) in e:\projekt\care\clearbox\dev\careftpservice\ftpservice.cs:line 257"&lt;br /&gt;    HelpLink: ""&lt;br /&gt;    Source: "XceedSoftware.XceedFtp.1"&lt;br /&gt;    HResult: -2147213293&lt;br /&gt;&lt;br /&gt;Your help is appreciated!&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Mikael Dahlberg</description></item><item><title>Problems with Windows 2003 server</title><link>http://xceed.com/CS/forums/thread/6003.aspx</link><pubDate>Tue, 25 Jan 2005 14:18:04 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6003</guid><dc:creator>jaryr</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/6003.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6003</wfw:commentRss><description>We are using 2 windows 2003 servers (Production &amp; Development, both rentals). I developed a VB 6.0 program which uses XceedFTP library 1.1 (version 1.1.127.0) to download files from our client FTP server. After deploying my program on both servers all works very nice on Development server but it fails on production. It connects to the client FTP server successfully, but as soon as I request LIST of files it hangs for minte or two and then gives me this error:&lt;br /&gt;&lt;br /&gt;  220-FTPSERVE IBM VM V2R4 at XXX.XXXXXXXX.XXX, 22:41:56 EST MONDAY 01/24/05&lt;br /&gt;  220 Connection will close if idle for more than 5 minutes.&lt;br /&gt;  USER XXXXXXXX&lt;br /&gt;  331 Send password please.&lt;br /&gt;  PASS xxxxxx&lt;br /&gt;  230 AISDATA logged in; working directory = AISDATA 191&lt;br /&gt;  PWD&lt;br /&gt;  257 "AISDATA.191" is working directory&lt;br /&gt;  Successfully connected to: XXX.XXXXXXXX.XXX&lt;br /&gt;  TYPE A&lt;br /&gt;  200 Representation type is ASCII.&lt;br /&gt;  PORT 192,168,0,2,5,22&lt;br /&gt;  An error occured while receiving a reply line from the FTP server.&lt;br /&gt;&lt;br /&gt;I know this has nothing to do with XceedFTP Library component, the problem is with settings on our Production server. At this point I have no idea were to look in order to fix the problem so if anybody has any suggestions/advice please let me now.&lt;br /&gt;&lt;br /&gt;Thanks a lot.</description></item><item><title>SSL File Transfer Problem</title><link>http://xceed.com/CS/forums/thread/6000.aspx</link><pubDate>Fri, 19 Nov 2004 16:33:38 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:6000</guid><dc:creator>Gator1726</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/6000.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=6000</wfw:commentRss><description>When I try to transfer a file with no authentication it works great.  When I try to send the file with TLS Auth I login and get a Cannot OPen Data Connection error.&lt;br /&gt;&lt;br /&gt;----------------------------------&lt;br /&gt;This is my auth call:&lt;br /&gt;&lt;br /&gt;  m_AsyncFtpClient.BeginAuthenticate( _&lt;br /&gt;                 AuthenticationMethod.Tls, VerificationFlags.None, Nothing, DataChannelProtection.Private, _&lt;br /&gt;                 New AsyncCallback(AddressOf Me.AuthenticateCompleted), Nothing)&lt;br /&gt;&lt;br /&gt;I can run the sample client ftp app provided and transfer files using TLS Auth.  Is there something that the sample does behind the scenes that I missed between login and transferring files that needs to be done on a secure connection vs. a non-secure connection?  Again all works fine on non secure transfer.&lt;br /&gt;&lt;br /&gt;Thanks for any help,&lt;br /&gt;BARRY&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;This is the trace file:&lt;br /&gt;Connected to XXX.XXX.XXX.XX:21 on 11/19/2004 @ 10:32:16 AM&lt;br /&gt;&amp;lt; 220 Serv-U FTP Server v5.0 for WinSock ready...&lt;br /&gt;&amp;gt; AUTH TLS&lt;br /&gt;&amp;lt; 234 AUTH command OK. Initializing SSL connection.&lt;br /&gt;&amp;gt; PROT P&lt;br /&gt;&amp;lt; 200 PROT command OK. Using private data connection.&lt;br /&gt;&amp;gt; USER XXXXXXX&lt;br /&gt;&amp;lt; 331 User name okay, need password.&lt;br /&gt;&amp;gt; PASS XXXXXXX&lt;br /&gt;&amp;lt; 230 User logged in, proceed.&lt;br /&gt;&amp;gt; TYPE A&lt;br /&gt;&amp;lt; 200 Type set to A.&lt;br /&gt;&amp;gt; PORT XXX,XXX,XXX,XXX,X,153&lt;br /&gt;&amp;lt; 200 PORT Command successful.&lt;br /&gt;&amp;gt; STOR ReportTest/ftpisolist2.xml&lt;br /&gt;&amp;lt; 150 Opening ASCII mode data connection for ftpisolist2.xml.&lt;br /&gt;&amp;lt; 425 Cannot open data connection.&lt;br /&gt;Disconnected from XXX.XXX.XXX.XX:21 on 11/19/2004 @ 10:32:37 AM</description></item><item><title>FTP support resume file download or not?</title><link>http://xceed.com/CS/forums/thread/5998.aspx</link><pubDate>Thu, 23 Sep 2004 07:50:13 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5998</guid><dc:creator>romeo</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/5998.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5998</wfw:commentRss><description>How can i check before downloading(better after successful connect), the server support resume? please help me, thanks romeo.</description></item><item><title>"The remote file could not be opened by the FTP server."</title><link>http://xceed.com/CS/forums/thread/5978.aspx</link><pubDate>Thu, 29 Jul 2004 04:28:45 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5978</guid><dc:creator>Jonjon</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/5978.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5978</wfw:commentRss><description>Hi! &lt;br /&gt;&lt;br /&gt;I'm creating an application using XceedFtp Library that connects to the FTP server,access its folders and download one or more of its files. But, the problem is, I got this error message saying:&lt;br /&gt;&lt;br /&gt; "The remote file could not be opened by the FTP server." .&lt;br /&gt;&lt;br /&gt;Here's the scenario, I'm done with the application and I'm on my way to test it.&lt;br /&gt;Let's start, connecting to the FTP Server is much faster than the other component that I used before. Then I try to download one of the files residing on the server, I downloaded it smoothly and faster. But that was the first time I've tried to download a single file. I tried it again for the second time, it works fine. But, for the 7th time I tried to download a file, I got the above said ftp error.  &lt;br /&gt;&lt;br /&gt;What was the possible mistake that I've done that caused in raising this kind of error?&lt;br /&gt;If I do downloaded the files for 6 times but how &amp; why I have this kind of error every 7th time of downloading the file?&lt;br /&gt;&lt;br /&gt;Note: I'm trying to download 7 different files that resides on the same folder. But only 6 of them were successfully downloaded and 7th file do have an error.&lt;br /&gt;&lt;br /&gt;I've checked these files on the server, and all of them are there.&lt;br /&gt;&lt;br /&gt;What could be the problem? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Timeout for send file</title><link>http://xceed.com/CS/forums/thread/5975.aspx</link><pubDate>Fri, 07 May 2004 11:05:44 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5975</guid><dc:creator>kogor01</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/5975.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5975</wfw:commentRss><description>HI! I need some help I think, to decide will I use Xceed Ftp Library for my project or won't. I downloaded trial version Xceed FTP Library and wrote simple application on Delphi7. This is a multithreaded application and I create xFtp instances dynamically. There is no problems except the one. I use Serv-U server as FTP Server on standalone machine. The FTP user has limit by upload speed 2Kb. (I have to check ftp-client's ability works on bad and slow channels) When I upload file on server I get the error "An error occured while receiving a reply line from the FTP server" after about 90 seconds, but I can see that the file continues to upload on server, though my programm has handled an exception and is ready to do the next command. What I do wrong? Is this possible to control timeout period?&lt;br /&gt;&lt;br /&gt;Thank you in advance!&lt;br /&gt;&lt;br /&gt;Konstantin Gorbunov</description></item><item><title>Runtime Error when MFC app exits</title><link>http://xceed.com/CS/forums/thread/5971.aspx</link><pubDate>Tue, 04 May 2004 10:33:35 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5971</guid><dc:creator>Gaurav</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/5971.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5971</wfw:commentRss><description>Hi All,&lt;br /&gt;&lt;br /&gt;Im trying to use the XCeedFTP component in MFC. I have added the control from the Add To Project-&amp;gt;Registered ActiveX. Ive Inserted it. two files xceedftp.cpp and xceedftp.h are created. Now im creating the control as follows&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CXceedFTP* pXceedFtp;&lt;br /&gt;pXceedFtp = new CXceedFTP;&lt;br /&gt;pXceedFtp-&amp;gt;Create("","",WS_CHILD|WS_VISIBLE,CRect(0,0,0,0),AfxGetMainWnd(),IDR_XCEEDFTP,NULL);&lt;br /&gt;&lt;br /&gt;	pXceedFtp-&amp;gt;License("");&lt;br /&gt;	pXceedFtp-&amp;gt;SetServerAddress(lpszServerAddress);&lt;br /&gt;	pXceedFtp-&amp;gt;SetUserName(lpszUserName);&lt;br /&gt;	pXceedFtp-&amp;gt;SetPassword(lpszPassword);&lt;br /&gt;	pXceedFtp-&amp;gt;SetServerPort(iPort);&lt;br /&gt;                try&lt;br /&gt;	{&lt;br /&gt;		m_pXceedFtp-&amp;gt;Connect();&lt;br /&gt;                                AfxMessageBox(m_pXceedFtp-&amp;gt;GetCurrentFolder());&lt;br /&gt;                                m_pXceedFtp-&amp;gt;Disconnect();&lt;br /&gt;	}&lt;br /&gt;	catch(...)&lt;br /&gt;	{&lt;br /&gt;		AfxMessageBox("Error connecting to FTP Server.");&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now when I try to exit  the application crashes. Can anybody help me.</description></item><item><title>Setting the ServerPort higher then 32767</title><link>http://xceed.com/CS/forums/thread/5969.aspx</link><pubDate>Mon, 03 May 2004 12:03:30 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5969</guid><dc:creator>Thomas</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/5969.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5969</wfw:commentRss><description>i'm using xceed FTP Library v1.1, Visual basic 6 . It seems when i set the serverport higer then 32767 i get an overflow. prolly cuz you can only give an interger there. however for my program i would need to connect to ftp's wich port  is set at 61577 how would i do this ? or is it not possible ?</description></item><item><title>Delete multiple files ??</title><link>http://xceed.com/CS/forums/thread/5935.aspx</link><pubDate>Tue, 11 Nov 2003 15:21:00 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5935</guid><dc:creator>James</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/5935.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5935</wfw:commentRss><description>Is there any way to delete muliple files based on my mask.&lt;br /&gt;&lt;br /&gt;Eg. xfTP.DeleteFile("*.*")&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Dial Up?</title><link>http://xceed.com/CS/forums/thread/5915.aspx</link><pubDate>Thu, 18 Sep 2003 15:08:36 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5915</guid><dc:creator>RDC</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/5915.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5915</wfw:commentRss><description>Does anyone know if a VB application tries to make a FTP connection and the user has Dialup Internet service will their PC automatically dial out? Or will the VB app have to make the PC dial out?&lt;br /&gt;&lt;br /&gt;The reason I ask is that we currently have an application that is using WININET.DLL to do all our FTP routines. There was code that would check to see if you were connected to the internet .. if you are not it dials out or uses your network connection.&lt;br /&gt;&lt;br /&gt;Since we have the XCeed Foundation Suite now I would like to switch to those tools.&lt;br /&gt;I am just wondering if I replace all the FTP code to use the XCeed FTP control if I need to check for their internet connection. Doesn't the user set that up in their connection properties?&lt;br /&gt;&lt;br /&gt;Any help or insight would be greatly appreciated.&lt;br /&gt;&lt;br /&gt;Sincerely,&lt;br /&gt;Shan</description></item><item><title>Need some general advice about must common errors</title><link>http://xceed.com/CS/forums/thread/5967.aspx</link><pubDate>Sat, 14 Feb 2004 19:37:42 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5967</guid><dc:creator>bakzip</dc:creator><slash:comments>1</slash:comments><comments>http://xceed.com/CS/forums/thread/5967.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5967</wfw:commentRss><description>Hi,&lt;br /&gt;&lt;br /&gt;We're about to start implementing on our application the FTP Library.&lt;br /&gt;&lt;br /&gt;Which in your experience are the must common errors found when using the Library.&lt;br /&gt;&lt;br /&gt;We've been reading some bibliography about the FTP philosophy (general documentation).&lt;br /&gt;&lt;br /&gt;- I think we must take in mind the technology (OS) on the server, for example.&lt;br /&gt;- The Client DTP. That is the client data transfer process responsible for communicating with the server data transfer process and the local file system, for example.&lt;br /&gt;- The server DTP. The server data transfer process responsible for communicating with the client data transfer process and the remote file system, for example.&lt;br /&gt;- The User Interface. That provides a user interface and drives the client protocol interpreter.&lt;br /&gt;&lt;br /&gt;An much more doubts we have.&lt;br /&gt;&lt;br /&gt;It will be very helpfull to receive some recomendations.&lt;br /&gt;&lt;br /&gt;Thanks a lot!&lt;br /&gt;&lt;br /&gt;BakZip</description></item><item><title>Error during file send: The remote file could not be opened </title><link>http://xceed.com/CS/forums/thread/5960.aspx</link><pubDate>Wed, 11 Feb 2004 08:22:48 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5960</guid><dc:creator>EricSheng</dc:creator><slash:comments>6</slash:comments><comments>http://xceed.com/CS/forums/thread/5960.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5960</wfw:commentRss><description>When i run the sample "MethodDemo" with "-send" arguments, the error appeard. &lt;br /&gt;I don't known why, so post a message!! Please help me!! Thank you very much !!</description></item><item><title>An error occurs when using SendFile function</title><link>http://xceed.com/CS/forums/thread/5956.aspx</link><pubDate>Tue, 23 Dec 2003 19:43:03 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5956</guid><dc:creator>Julius</dc:creator><slash:comments>3</slash:comments><comments>http://xceed.com/CS/forums/thread/5956.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5956</wfw:commentRss><description>If I try to connect via DOS, I can transfer the files, but when I try to do with the FTP object next message appears: "The FTP server did not accept a FTP command for an unexpected reason".&lt;br /&gt;&lt;br /&gt;Does anybody know which could be the reason?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Julius</description></item><item><title>Timeouts</title><link>http://xceed.com/CS/forums/thread/5942.aspx</link><pubDate>Fri, 05 Dec 2003 02:43:37 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5942</guid><dc:creator>Jason</dc:creator><slash:comments>5</slash:comments><comments>http://xceed.com/CS/forums/thread/5942.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5942</wfw:commentRss><description>Hoping someone here can explain what happens when a server timeouts from inactivity.&lt;br /&gt;&lt;br /&gt;Because my application can push a new file every couple of seconds, I try to avoid disconnecting/connecting if possible.  However, some servers have very short inactivity timers and when a user configures the software to a push interval greater than the interval, the next push fails because the current control doesn't realize the server timed out.&lt;br /&gt;&lt;br /&gt;Since most servers don't tell you they timed out until you execute another command this may not be possible.&lt;br /&gt;&lt;br /&gt;Has anyone found a dependable workaround?&lt;br /&gt;&lt;br /&gt;-jason.</description></item><item><title>Using Background Processing</title><link>http://xceed.com/CS/forums/thread/5901.aspx</link><pubDate>Thu, 11 Sep 2003 17:31:56 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5901</guid><dc:creator>skeeter</dc:creator><slash:comments>10</slash:comments><comments>http://xceed.com/CS/forums/thread/5901.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5901</wfw:commentRss><description>I am wondering if anyone has used background processing much.  I have an app that I have optimized using background processing and that part is working well.  The part that is not is when shutting down the app something is not terminating and the app cannot close, it just hangs.  I am using VB6 on an old win 98 box, (my client is insistent on these restrictions).  Any thoughts anyone?&lt;br /&gt;&lt;br /&gt;Maybe this is why there is very little documentation on using background processing....&lt;br /&gt;&lt;br /&gt;</description></item><item><title>(POLL) Firewall and Proxy server support</title><link>http://xceed.com/CS/forums/thread/5941.aspx</link><pubDate>Thu, 20 Nov 2003 19:39:19 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5941</guid><dc:creator>Odi [Xceed]</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/5941.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5941</wfw:commentRss><description>Xceed FTP Library provides a certain level of support for working through firewalls (thanks to its Socks 4 and 5 support as well as proper handling of the Passive mode feature).&lt;br /&gt;&lt;br /&gt;For this library, and the .NET edition, we need to know if this firewall support is sufficient or are there specific firewalls or proxy server applications you need support for as well?&lt;br /&gt;&lt;br /&gt;Thanks for your replies.&lt;br /&gt;</description></item><item><title>FTP resume ??</title><link>http://xceed.com/CS/forums/thread/5927.aspx</link><pubDate>Sat, 25 Oct 2003 15:22:08 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5927</guid><dc:creator>James</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/5927.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5927</wfw:commentRss><description>xFTP ver 1.1.116.0&lt;br /&gt;&lt;br /&gt;I am trying to receive file using the 'ReceiveFile' method  and i using the the 'lRemoteOffset' parameter and i am receiving the following error&lt;br /&gt;&lt;br /&gt;-2147213296&lt;br /&gt;The FTP server does not implement one or more FTP commands required for this operation. &lt;br /&gt;&lt;br /&gt;What am I doing wrong ? Do i need any additional configuration on my FTP Server ? &lt;br /&gt;I am using IIS 4.0 for FTP server.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;James&lt;br /&gt;</description></item><item><title>Getting Directory listing from AS/400</title><link>http://xceed.com/CS/forums/thread/5919.aspx</link><pubDate>Thu, 18 Sep 2003 15:33:49 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5919</guid><dc:creator>RDC</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/5919.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5919</wfw:commentRss><description>I am trying to get a directory listing using FTP on a AS/400.&lt;br /&gt;&lt;br /&gt;I tried the sample code included with the XCeed FTP Tool, but it keeps returning nothing.&lt;br /&gt;&lt;br /&gt;There are files in the directory I FTP into. Any ideas on how to get this to work?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Shan</description></item><item><title>Windows 98 support</title><link>http://xceed.com/CS/forums/thread/5912.aspx</link><pubDate>Wed, 17 Sep 2003 09:58:08 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:5912</guid><dc:creator>Richard</dc:creator><slash:comments>2</slash:comments><comments>http://xceed.com/CS/forums/thread/5912.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=24&amp;PostID=5912</wfw:commentRss><description>I am trying to distribute an application which uses the Xceed FTP library, v1.1.112.0 to a Windows 98 SE computer. When I try to register the library using regsvr32, I receive the error message, "DllRegisterServer in XceedFtp.dll failed. Return code was 0x80070002".&lt;br /&gt;&lt;br /&gt;I sent this question to support@xceedsoft.com on Monday 8th September, at 7:40 PM UK time. I am still waiting for a response. :@&lt;br /&gt;&lt;br /&gt;According to your documentation, I do not need to distribute any other files with the application. However, the error message indicates that the library is unable to locate a file. Is there any way to use this component on a Windows 98 machine?</description></item></channel></rss>