Subject: client.LastTransferStatistics.FilesTransferred
Date: 2012-05-28 12:50:09
From: Barry C
Source: client-lasttransferstatistics-filestransferred
----------------------------------------------------------------------

How i can get Stats for transferred files?





 if (client.LastTransferStatistics.FilesTransferred > 0)

                                 WriteLine(string.Format("{0} file(s) uploaded in {3} second(s) - total size: {1} - {2} / second",

                                     client.LastTransferStatistics.FilesTransferred, Util.FormatSize(client.LastTransferStatistics.BytesTransferred), Util.FormatSize(client.LastTransferStatistics.BytesPerSecond), client.LastTransferStatistics.ElapsedTime / 1000), RichTextBoxTraceListener.TextColorInfo);

            

---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index