Re: [twsocket] Aborting PUT

2017-06-15 Thread Allan Fernandes
From what I gather is that MagFTP is the Client Side. For client side I will refer your logic, Thanks. My requirement is for the Server Side. I can also pass the command from Client side to the Server to do the rename but I thought Server doing the Rename would be faster and would also help my

Re: [twsocket] ICS Registration

2017-06-15 Thread Jarek Karciarz
Hi Francois Yes i am using ICS. I knew about post cards but I thought it was in the past. No problem. I am based in Warsaw Poland. I will find a nice post card and send to you soon. Pozdrawiam Jarek Karciarz -- Od: François Piette Data: 15 czerwca 2017

Re: [twsocket] TSslHttpCli on runtime

2017-06-15 Thread François Piette
> in my project I have a TStringGrid with some lines, > I need to create a TSslHttpCli component for each grid line, > and make independent simultaneous connections, I create a Thread for each line This is definitely not required with ICS. A single thread, even the main thread can handle a

Re: [twsocket] Aborting PUT

2017-06-15 Thread Angus Robertson - Magenta Systems Ltd
> How does Server understand that FtpClient Aborted the PUT. In > 'OnStorSessionClosed' 'Error=0'. > > My intention is that at PUT of a file I rename the HostFilename > to Filename$$ and when completely received at Server side Server > will rename it back to 'Filename' by removing the ending