Re: [twsocket] Aborting PUT

2017-06-27 Thread Angus Robertson - Magenta Systems Ltd
> Only remaining is the Resume option. Thanks for the suggestion. > Question: With TFtpClient to Resume transfer do I have to know > the remote file size ? You only have to know the position from which you want to resume, ie the size of the file partially downloaded. But unless you know the

Re: [twsocket] Aborting PUT

2017-06-27 Thread Allan Fernandes
: Angus Robertson - Magenta Systems Ltd <an...@magsys.co.uk> To: twsocket@lists.elists.org Sent: Friday, 16 June 2017 3:38 PM Subject: Re: [twsocket] Aborting PUT > I have a backup application that I am revamping. You got me > right, I am using both the Client and Server m

Re: [twsocket] Aborting PUT

2017-06-16 Thread Angus Robertson - Magenta Systems Ltd
> I have a backup application that I am revamping. You got me > right, I am using both the Client and Server modules as my > application is loaded on Source machine and Destination too. I > get your point that I will have to work from the Client side > majorly and not from the Server

Re: [twsocket] Aborting PUT

2017-06-16 Thread Allan Fernandes
will do just that. From: Angus Robertson - Magenta Systems Ltd <an...@magsys.co.uk> To: twsocket@lists.elists.org Sent: Friday, 16 June 2017 12:47 PM Subject: Re: [twsocket] Aborting PUT > From what I gather is that MagFTP is the Client Side. For client > side I will refe

Re: [twsocket] Aborting PUT

2017-06-16 Thread Angus Robertson - Magenta Systems Ltd
> 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

Re: [twsocket] Aborting PUT

2017-06-15 Thread Allan Fernandes
flow of logic.  So can I get actual Filesize on the server side ? RegardsAllan From: Angus Robertson - Magenta Systems Ltd <an...@magsys.co.uk> To: twsocket@lists.elists.org Sent: Thursday, 15 June 2017 4:17 PM Subject: Re: [twsocket] Aborting PUT > How does Server u

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