[Synalist] Which is the latest version of Synapse

2016-10-17 Thread Yogi Yang 007
Hello, I am a new bee to this component. I am using Delphi XE6. I would like to know as to which is the latest version of Synapse? Currently I found Release 40 Dated 2012-04-23. Is this the latest version? TIA Yogi Yang --

[Synalist] Need a small sample showing as to how to use FTP feature of Synapse

2016-10-20 Thread Yogi Yang 007
Hello, I checked a few sampled of Synapse. But could understand as to who to use the FTP feature. What I am trying to achieve is: * Connect to an FTP server and Log in * Check if a folder is present on the server * If the folder is present then upload files that do not exist to that fol

[Synalist] How to manage/handle connectivity Errors?

2016-10-25 Thread Yogi Yang 007
Hello, I have managed to get Synapse to send files using FTP. But I am not able to understand as to how and from where can we manage errors relabely ? I am allowing the user to select a folder. Once the folder is selected the software will upload the file in that folder to a remote FTP server

[Synalist] Progress exceeds more than 100% percentage when uploading....

2016-10-25 Thread Yogi Yang 007
Hello, I am using following code to show progress when a file is uploaded to FTP server: procedure TForm1.SockPutCallBack(Sender: TObject; Reason: THookSocketReason; const Value: string); begin case Reason of HR_WriteCount: begin inc(CurrentBytes, StrToIntDef(Value, 0));

[Synalist] How to show Human understandable progress when files are uploading

2016-10-25 Thread Yogi Yang 007
Hello, I am trying to show progress with following information: * Size of file in MB * Speed of uploading like for example: 100 KB/Sec * Time when upload started for a file and time when upload ended for a file * How much of file uploaded in MB for example: 1/4.5 MB TIA Yogi Yang -

[Synalist] How to Abort Uploading of file in between

2016-10-25 Thread Yogi Yang 007
Hello, I am not able to get FptSend to abort uploading in between. How to get FtpSend to abort? TIA Yogi Yang -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surpri