Hi,
I'm working on a Java-project where I need to download files via FTPS and wonder how/if there is a way to signal that the file has been downloaded at a later time, i.e. not as the actual download has completed? I guess there need to be some setting in the FTPS-protocol and some message that I need to send to inform of the completed download (instead of the actual download being the signal that the download was complete).
Thanks in advance, Marcus