Re: [twsocket] ICSFTP delete file after transfer completed.

2016-01-28 Thread MMG Admin
Thank you for pointing me into the right direction! 2016-01-28 14:09 GMT+02:00 Angus Robertson - Magenta Systems Ltd < an...@magsys.co.uk>: > > I want to delete a file after succesfully uploading to ftp. > > I use overbyteicsftp client and the following code: > > Is this the correct approach to

[twsocket] ICSFTP delete file after transfer completed.

2016-01-28 Thread MMG Admin
Hello, I want to delete a file after succesfully uploading to ftp. I use overbyteicsftp client and the following code: Is this the correct approach to delete the file after complete transfer to ftp? Thank you begin icsFtp := TFtpclient.Create(nil); try icsFtp.OnProgress64 :=