Cancelling an HTTPS Transfer (CancelTransfer)

Use the ICISite interface CancelTransfer method to close all HTTP sockets that upload/download (including POST upload) a file specified by the path parameter. Note that this is not effective for FTP or SFTP.

This method is available in EFT Server 4.3.4 and later.

Signature:

HRESULT CancelTransfer(

[in] BSTR bstrPath,

[out, retval] VARIANT_BOOL *pSuccess);