Re: [twsocket] Aborting a File Transfer from FtpServer

2017-07-11 Thread Allan Fernandes
Hi, Just wanted to know if there is a ready made option to stop a transfer midway. Now that you have cleared my doubts I will program accordingly. ThanksAllan From: Angus Robertson - Magenta Systems Ltd To: twsocket@lists.elists.org Sent: Tuesday, 11 July 2017 4:36

Re: [twsocket] Problem with multiple servers - single client

2017-07-11 Thread Angus Robertson - Magenta Systems Ltd
> I have no idea, however, how to go about creating or using a pool > such as you describe. Create a pool is not hard, define multiple Wsockets as an array and then create each one in code and set it's methods and events. Then you need a second state array to keep track of which socket is

[twsocket] Problem with multiple servers - single client

2017-07-11 Thread kmiller68
I have an application that connects to a list of selected devices. It opens a connection, and once open, sends a command string to that device. This is intended to replace a similar application that could do this for an entire list of devices. This new version has presented me with a problem.

Re: [twsocket] Aborting a File Transfer from FtpServer

2017-07-11 Thread Angus Robertson - Magenta Systems Ltd
> My Program has a Client Side and a Server Side. I have taken care > that the Client side can abort a file transfer. Now I wanted to > provide Abort on the Server Side as well. or Is this not they way > it is done ? The FTP server is usually non-interactive, it would not consider aborting a

Re: [twsocket] Aborting a File Transfer from FtpServer

2017-07-11 Thread Allan Fernandes
My Program has a Client Side and a Server Side. I have taken care that the Client side can abort a file transfer. Now I wanted to provide Abort on the Server Side as well. or Is this not they way it is done ? From: Angus Robertson - Magenta Systems Ltd To:

[twsocket] Aborting a File Transfer from FtpServer

2017-07-11 Thread Allan Fernandes
Hi, What is the correct way of Aborting a File Transfer from TFtpServer ? RegardsAllan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be