> 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 flow of logic. So can I 
> get actual Filesize on the server side ?

Sorry, I thought you were writing both client and server.  The server
has no concept of what was supposed to be uploaded and can not check
anything.  

Partial uploads were common in the days of dial-up internet and now
with flakey mobile connections.  But it's the client's job to check the
server has received the file correctly, with CRC, file size, etc.
Don't delete a partially uploaded file, the client may want to resume
the upload, which TMagFtp handles. 

Angus

-- 
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

Reply via email to