<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ftps Discussions Rss Feed</title><link>http://www.codeplex.com/ftps/Thread/List.aspx</link><description>ftps Discussions Rss Description</description><item><title>New Post: How to know the size of files?</title><link>http://ftps.codeplex.com/discussions/284303</link><description>&lt;div style="line-height: normal;"&gt;A new DLL would be very helpful.  I just started writing an app and got around to using DirectoryListItem and found out that 1.1.0 doesn't include the Size property so I'm kinda stalled right now.&lt;br /&gt;
&lt;/div&gt;</description><author>PJOttawa</author><pubDate>Thu, 18 Apr 2013 18:24:49 GMT</pubDate><guid isPermaLink="false">New Post: How to know the size of files? 20130418062449P</guid></item><item><title>New Post: connect to sftp with proxy</title><link>http://ftps.codeplex.com/discussions/440611</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Sftp is a completely different protocol, not supported by our ftps client.&lt;br /&gt;
&lt;/div&gt;</description><author>alexp</author><pubDate>Wed, 17 Apr 2013 16:05:29 GMT</pubDate><guid isPermaLink="false">New Post: connect to sftp with proxy 20130417040529P</guid></item><item><title>New Post: connect to sftp with proxy</title><link>http://ftps.codeplex.com/discussions/440611</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
i am using Alex ftp client and want to connect with sftp (SSH) file transfer using the Proxy.&lt;br /&gt;
&lt;br /&gt;
Is this utility support this feature? Please let me know.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Sunil&lt;br /&gt;
&lt;/div&gt;</description><author>soninsunil</author><pubDate>Wed, 17 Apr 2013 14:01:15 GMT</pubDate><guid isPermaLink="false">New Post: connect to sftp with proxy 20130417020115P</guid></item><item><title>New Post: No luck in connecting to Implicit FTP, ask for help</title><link>http://ftps.codeplex.com/discussions/216978</link><description>&lt;div style="line-height: normal;"&gt;All the other SFTP libraries that I have seen are way overpriced.  This is a good one:&lt;br /&gt;
&lt;a href="https://www.kellermansoftware.com/p-41-net-sftp-library.aspx" rel="nofollow"&gt;https://www.kellermansoftware.com/p-41-net-sftp-library.aspx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>asavasamuel</author><pubDate>Mon, 08 Apr 2013 06:12:23 GMT</pubDate><guid isPermaLink="false">New Post: No luck in connecting to Implicit FTP, ask for help 20130408061223A</guid></item><item><title>New Post: No luck in connecting to Implicit FTP, ask for help</title><link>http://ftps.codeplex.com/discussions/216978</link><description>&lt;div style="line-height: normal;"&gt;Giggs&lt;br /&gt;
&lt;br /&gt;
All the other SFTP libraries that I have seen are way overpriced.  This is a good one:&lt;br /&gt;
&lt;a href="https://www.kellermansoftware.com/p-41-net-sftp-library.aspx" rel="nofollow"&gt;https://www.kellermansoftware.com/p-41-net-sftp-library.aspx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>asavasamuel</author><pubDate>Mon, 08 Apr 2013 06:11:53 GMT</pubDate><guid isPermaLink="false">New Post: No luck in connecting to Implicit FTP, ask for help 20130408061153A</guid></item><item><title>New Post: Control the bandwidth</title><link>http://ftps.codeplex.com/discussions/438523</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
Is there a way to control / limit the bandwidth speed?&lt;br /&gt;
&lt;br /&gt;
THX!&lt;br /&gt;
&lt;/div&gt;</description><author>pipothebit</author><pubDate>Sat, 30 Mar 2013 15:23:02 GMT</pubDate><guid isPermaLink="false">New Post: Control the bandwidth 20130330032302P</guid></item><item><title>New Post: The remote certificate is invalid according to the validation procedure</title><link>http://ftps.codeplex.com/discussions/437343</link><description>&lt;div style="line-height: normal;"&gt;We have a Test Environment where we test out programs and then deploy it in production.&lt;br /&gt;
One program utilizes your library (Thanks for that !!!) and runs just fine using the following code:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        using (FTPSClient client = new FTPSClient())
        {
            client.Connect(FTPSite, credential, ESSLSupportMode.CredentialsRequired | ESSLSupportMode.DataChannelRequested, new RemoteCertificateValidationCallback(ValidateTestServerCertificate));
            LSOutput = client.GetDirectoryListUnparsed(FTPFolder);
        }&lt;/code&gt;&lt;/pre&gt;

When the same code was deployed in Production, I got this error:&lt;br /&gt;
&amp;quot;The remote certificate is invalid according to the validation procedure&amp;quot;&lt;br /&gt;
&lt;br /&gt;
In Test Region it did not give any certificate error and in Prod it started giving.&lt;br /&gt;
&lt;br /&gt;
So I had to use the logic of accepting all certificates. So It started working fine. But its exceptionally slow. Takes 1 min to connect and another 1 min to retrive Directory listing.&lt;br /&gt;
&lt;br /&gt;
Can you help me debug the issue.&lt;br /&gt;
&lt;/div&gt;</description><author>akshayj</author><pubDate>Wed, 20 Mar 2013 14:53:39 GMT</pubDate><guid isPermaLink="false">New Post: The remote certificate is invalid according to the validation procedure 20130320025339P</guid></item><item><title>New Post: SSL/TLS authentication not allowed</title><link>http://ftps.codeplex.com/discussions/437072</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
   I'm trying to make example work from home page on c#:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;using (FTPSClient client = new FTPSClient())
            {
                client.Connect(&amp;quot;172.16.17.15&amp;quot;,
                               new NetworkCredential(&amp;quot;test&amp;quot;,  &amp;quot;test&amp;quot;),
                               ESSLSupportMode.CredentialsRequired |
                               ESSLSupportMode.DataChannelRequested);

                client.GetFile(&amp;quot;/it/remotefile.jpg&amp;quot;, @&amp;quot;c:\temp\&amp;quot;);&lt;/code&gt;&lt;/pre&gt;

But I'm getting error like &amp;quot;SSL/TLS authentication not allowed&amp;quot;  any one knows hot to solve this issue or change authentication? Then I'm connecting through Total Commander I'm getting log like this maybe it will help:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;QUIT
221 Goodbye
----------
Connect to: (18/03/2013 15:21:39)
hostname=172.16.17.15
username=test
startdir=
172.16.17.15=172.16.17.15
220 FileZilla Server version 0.9.39 beta
USER test
331 Password required for test
PASS ***********
230 Logged on
SYST
215 UNIX emulated by FileZilla
FEAT
211-Features:
 MDTM
 REST STREAM
 SIZE
 MLST type*;size*;modify*;
 MLSD
 UTF8
 CLNT
 MFMT
211 End
CLNT Total Commander (UTF-8)
200 Don't care
OPTS UTF8 ON
200 UTF8 mode enabled
Connect ok!
PWD
257 &amp;quot;/&amp;quot; is current directory.
Get directory
TYPE A
200 Type set to A
PORT 192,168,1,233,17,224
200 Port command successful
MLSD
150 Opening data channel for directory list.
Download
Waiting for server...
226 Transfer OK&lt;/code&gt;&lt;/pre&gt;

I try to find some documentation and samples of this library but failed.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>hadesuk</author><pubDate>Mon, 18 Mar 2013 15:46:19 GMT</pubDate><guid isPermaLink="false">New Post: SSL/TLS authentication not allowed 20130318034619P</guid></item><item><title>New Post: GetFile returns ulong</title><link>http://ftps.codeplex.com/discussions/435096</link><description>&lt;div style="line-height: normal;"&gt;Can somebody help me with the GetFile(source, destination) method? The return value is ulong. What does the value signify? If it returns 0, does it mean the operation failed? Just need to clarify. &lt;br /&gt;
&lt;/div&gt;</description><author>beol</author><pubDate>Sat, 02 Mar 2013 04:34:24 GMT</pubDate><guid isPermaLink="false">New Post: GetFile returns ulong 20130302043424A</guid></item><item><title>New Post: Clear Control Channel using binary client</title><link>http://ftps.codeplex.com/discussions/434554</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
I try to use binary client in a TLS authentication with clear command and data mode but couldn't achieve it.&lt;br /&gt;
&lt;br /&gt;
I use &lt;strong&gt;-tls CredentialsRequired&lt;/strong&gt; option but control channel is not switching to clear, data only.&lt;br /&gt;
&lt;br /&gt;
My session log shows no CCC command from client.&lt;br /&gt;
&lt;br /&gt;
Could you please advice, I'm new to Alex FTPS maybe i missed something.&lt;br /&gt;
&lt;br /&gt;
Thanks a lot for your help,&lt;br /&gt;
&lt;br /&gt;
Herve&lt;br /&gt;
&lt;/div&gt;</description><author>HerveS</author><pubDate>Tue, 26 Feb 2013 15:14:44 GMT</pubDate><guid isPermaLink="false">New Post: Clear Control Channel using binary client 20130226031444P</guid></item><item><title>New Post: Preserve File Date/Time Stamp</title><link>http://ftps.codeplex.com/discussions/394681</link><description>&lt;div style="line-height: normal;"&gt;&amp;lt;div dir=&amp;quot;ltr&amp;quot;&amp;gt;Thank you very much Gregory. I will try it at work tomorrow and see if I can get it to work.
&amp;lt;div&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div&amp;gt;Very sorry for the late response, it went to a junk email on a email account I rarely use.&amp;lt;/div&amp;gt;
&amp;lt;div&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div&amp;gt;Thanks Again&amp;lt;/div&amp;gt;
&amp;lt;div&amp;gt;Greg (also)&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
&amp;lt;div&amp;gt;
&amp;lt;div id=&amp;quot;SkyDrivePlaceholder&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;hr id=&amp;quot;stopSpelling&amp;quot;&amp;gt;
From: [email removed]&amp;lt;br&amp;gt;
To: [email removed]&amp;lt;br&amp;gt;
Date: Thu, 8 Nov 2012 07:57:53 -0800&amp;lt;br&amp;gt;
Subject: Re: Preserve File Date/Time Stamp [ftps:394681]&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
From: gregorysch&amp;lt;br&amp;gt;
&amp;lt;div id=&amp;quot;ecxThreadNotificationPostBody&amp;quot;&amp;gt;In the System.IO namespace, you can use the following instructions:&amp;lt;br&amp;gt;
&amp;lt;ul&amp;gt;
&amp;lt;li&amp;gt;File.SetCreationTime(filename, dateInfo) &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;File.SetLastWriteTime(filename, dateInfo) &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;
You can reuse for &amp;amp;quot;dateInfo&amp;amp;quot; parameter the information that you find in &amp;amp;quot;&amp;lt;strong&amp;gt;&amp;lt;em&amp;gt;&amp;amp;#65279;DirectoryListItem&amp;lt;/em&amp;gt;&amp;lt;/strong&amp;gt;&amp;amp;quot; class, the &amp;amp;quot;&amp;lt;strong&amp;gt;&amp;lt;em&amp;gt;CreationTime&amp;lt;/em&amp;gt;&amp;lt;/strong&amp;gt;&amp;amp;quot; field.&amp;lt;br&amp;gt;
Hope it helps,&amp;lt;br&amp;gt;
Greg.&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
&amp;amp;#65279;&amp;amp;#65279;&amp;amp;#65279;&amp;lt;br&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div id=&amp;quot;ecxThreadNotificationFooter&amp;quot;&amp;gt;Read the &amp;lt;a href=&amp;quot;http://ftps.codeplex.com/discussions/394681#post938588&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;
full discussion online&amp;lt;/a&amp;gt;.&amp;lt;br&amp;gt;
To add a post to this discussion, reply to this email (&amp;lt;a href=&amp;quot;mailto:ftps@discussions.codeplex.com?subject=[ftps:394681]&amp;quot;&amp;gt;ftps@discussions.codeplex.com&amp;lt;/a&amp;gt;)&amp;lt;br&amp;gt;
To start a new discussion for this project, email &amp;lt;a href=&amp;quot;mailto:ftps@discussions.codeplex.com&amp;quot;&amp;gt;
ftps@discussions.codeplex.com&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;
You are receiving this email because you subscribed to this discussion on CodePlex. You can
&amp;lt;a href=&amp;quot;https://ftps.codeplex.com/discussions/394681/unsubscribe/&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;
unsubscribe&amp;lt;/a&amp;gt; on CodePlex.com.&amp;lt;br&amp;gt;
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com&amp;lt;br&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/div&gt;</description><author>GregMallek</author><pubDate>Thu, 07 Feb 2013 07:22:17 GMT</pubDate><guid isPermaLink="false">New Post: Preserve File Date/Time Stamp 20130207072217A</guid></item><item><title>New Post: Connecting to OracleDB Repository</title><link>http://ftps.codeplex.com/discussions/244104</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I want to include that my Z/OS (MVS) system also returns the FEAT&amp;nbsp; without an END so I also receive the OutOfRangeException. I am including the portion of the log that shows the FEAT. Thanks a million for working on this I love your Class Library.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Status:&amp;nbsp;Resolving address of my.website.com&lt;br&gt;
Status:&amp;nbsp;Connecting to nn.nn.nn.nn:21...&lt;br&gt;
Status:&amp;nbsp;Connection established, waiting for welcome message...&lt;br&gt;
Response:&amp;nbsp;220-FTPD1 IBM FTP CS V1R11 at my.website.com, 14:33:20 on 2013-01-26.&lt;br&gt;
Response:&amp;nbsp;220 Connection will close if idle for more than 15 minutes.&lt;br&gt;
Command:&amp;nbsp;USER thisisme&lt;br&gt;
Response:&amp;nbsp;331 Send password please.&lt;br&gt;
Command:&amp;nbsp;PASS ******&lt;br&gt;
Response:&amp;nbsp;230 thisisme is logged on.&amp;nbsp; Working directory is &amp;quot;thisisme.&amp;quot;.&lt;br&gt;
Command:&amp;nbsp;SYST&lt;br&gt;
Response:&amp;nbsp;215 MVS is the operating system of this server. FTP Server is running on z/OS.&lt;br&gt;
Command:&amp;nbsp;FEAT&lt;br&gt;
Response:&amp;nbsp;211 no Extensions supported&lt;br&gt;
Status:&amp;nbsp;Server does not support non-ASCII characters.&lt;br&gt;
Status:&amp;nbsp;Connected&lt;br&gt;
Status:&amp;nbsp;Retrieving directory listing...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>rsjrny</author><pubDate>Sat, 26 Jan 2013 21:23:46 GMT</pubDate><guid isPermaLink="false">New Post: Connecting to OracleDB Repository 20130126092346P</guid></item><item><title>New Post: Active connection sample</title><link>http://ftps.codeplex.com/discussions/430542</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Can someone post some sample code for making an ACTIVE connection.&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>herremig</author><pubDate>Wed, 23 Jan 2013 07:11:54 GMT</pubDate><guid isPermaLink="false">New Post: Active connection sample 20130123071154A</guid></item><item><title>New Post: Resume on file download?</title><link>http://ftps.codeplex.com/discussions/429344</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I found this client very useful but can't figure out how to allow for a partially downloaded file to resume from where it stopped? &amp;nbsp;CanSeek isn't available on a NetworkStream so I am at a loss what to do. &amp;nbsp;Any help would be appreciated. &amp;nbsp;Thanks!!&lt;/p&gt;
&lt;/div&gt;</description><author>jlficken</author><pubDate>Fri, 11 Jan 2013 21:21:51 GMT</pubDate><guid isPermaLink="false">New Post: Resume on file download? 20130111092151P</guid></item><item><title>New Post: FTPS receiver says file is incomplete</title><link>http://ftps.codeplex.com/discussions/404395</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Yes... do you want it posted as a reply to your posting above, or shall I put it up as a new project on Codeplex?&lt;/p&gt;
&lt;/div&gt;</description><author>SpokaneDude</author><pubDate>Tue, 27 Nov 2012 22:12:49 GMT</pubDate><guid isPermaLink="false">New Post: FTPS receiver says file is incomplete 20121127101249P</guid></item><item><title>New Post: FTPS receiver says file is incomplete</title><link>http://ftps.codeplex.com/discussions/404395</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Sure! Can you post it here?&lt;/p&gt;
&lt;/div&gt;</description><author>alexp</author><pubDate>Tue, 27 Nov 2012 21:53:43 GMT</pubDate><guid isPermaLink="false">New Post: FTPS receiver says file is incomplete 20121127095343P</guid></item><item><title>New Post: FTPS receiver says file is incomplete</title><link>http://ftps.codeplex.com/discussions/404395</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Alex...&amp;nbsp; finally got it working... would you like to post my code for other C# developers to look at?&amp;nbsp; (It's well documented!) :D&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Rolf&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;/div&gt;</description><author>SpokaneDude</author><pubDate>Tue, 27 Nov 2012 20:44:00 GMT</pubDate><guid isPermaLink="false">New Post: FTPS receiver says file is incomplete 20121127084400P</guid></item><item><title>New Post: FTPS receiver says file is incomplete</title><link>http://ftps.codeplex.com/discussions/404395</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Any error is included in the exception thrown.&lt;/p&gt;
&lt;p&gt;You can also log all the traffic, there's an option for that as well.&lt;/p&gt;
&lt;/div&gt;</description><author>alexp</author><pubDate>Tue, 27 Nov 2012 14:16:21 GMT</pubDate><guid isPermaLink="false">New Post: FTPS receiver says file is incomplete 20121127021621P</guid></item><item><title>New Post: FTPS receiver says file is incomplete</title><link>http://ftps.codeplex.com/discussions/404395</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Alex:&amp;nbsp; I can't get it working... using this code:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;        &lt;span style="color:blue"&gt;public&lt;/span&gt; &lt;span style="color:blue"&gt;int&lt;/span&gt; uploadFileUsingFTPS(&lt;span style="color:blue"&gt;string&lt;/span&gt;[] args) {

            &lt;span style="color:green"&gt;// assign args to make it clear&lt;/span&gt;
            &lt;span style="color:blue"&gt;string&lt;/span&gt; userID = args[0];
            &lt;span style="color:blue"&gt;string&lt;/span&gt; password = args[1];
            &lt;span style="color:blue"&gt;string&lt;/span&gt; hostURL = args[2];
            &lt;span style="color:blue"&gt;string&lt;/span&gt; fileName = args[3];
            &lt;span style="color:blue"&gt;string&lt;/span&gt; directory = args[4];

            FileInfo fi = &lt;span style="color:blue"&gt;new&lt;/span&gt; FileInfo(args[3]);  &lt;span style="color:green"&gt;//  get filename&lt;/span&gt;
            &lt;span style="color:blue"&gt;if&lt;/span&gt; (fi.Length == 0)  &lt;span style="color:green"&gt;//  if file has a length of zero, return&lt;/span&gt;
                &lt;span style="color:blue"&gt;return&lt;/span&gt; -1;

            &lt;span style="color:blue"&gt;try&lt;/span&gt; {

                FTPSClient ftpsClient = &lt;span style="color:blue"&gt;new&lt;/span&gt; FTPSClient();
                ftpsClient.Connect(hostURL, &lt;span style="color:blue"&gt;new&lt;/span&gt; NetworkCredential(userID, password),
                    ESSLSupportMode.CredentialsRequired | ESSLSupportMode.DataChannelRequested);

                ftpsClient.SetTransferMode(ETransferMode.ASCII);
                ftpsClient.SetCurrentDirectory(directory);

                &lt;span style="color:green"&gt;//  upload the file&lt;/span&gt;
                ftpsClient.PutFile(fileName);
                ftpsClient.Close();
            }
            &lt;span style="color:blue"&gt;catch&lt;/span&gt; (Exception ex) {
                MessageBox.Show(&lt;span style="color:#a31515"&gt;&amp;quot;error: &amp;quot;&lt;/span&gt; &amp;#43; ex.Message);
                &lt;span style="color:blue"&gt;return&lt;/span&gt; -1;
            }

            &lt;span style="color:blue"&gt;return&lt;/span&gt; 0;

&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;It is not being received by the host (they claim I am sending the &amp;quot;full local path&amp;quot; which makes no sense to me).&amp;nbsp; I thought it was because I didn't have a Close statement, but that didn't help either.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there a way that I can get the response from the server as to any errors as to why it wasn't successful?&lt;/p&gt;
&lt;/div&gt;</description><author>SpokaneDude</author><pubDate>Mon, 26 Nov 2012 20:46:23 GMT</pubDate><guid isPermaLink="false">New Post: FTPS receiver says file is incomplete 20121126084623P</guid></item><item><title>New Post: FTPS receiver says file is incomplete</title><link>http://ftps.codeplex.com/discussions/404395</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, the best sample is the command line client that you can get here with the source code.&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>alexp</author><pubDate>Fri, 23 Nov 2012 22:19:45 GMT</pubDate><guid isPermaLink="false">New Post: FTPS receiver says file is incomplete 20121123101945P</guid></item></channel></rss>