|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
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);