Discuss this help topic in SecureBlackbox Forum
This event reports the result of particular file operation within a multi-file operation.
Declaration
Parameters
- Operation - the operation to be performed on the file.
- RemotePath - the name and path to the remote file.
- LocalPath - the name and path to the local file.
- ErrorCode - operation error code.
- Comment -
- Cancel - allows to cancel the operation.
- pcRemotePath - the name and path to the remote file.
- szRemotePath - the length of pcRemotePath.
- pcLocalPath - the name and path to the local file.
- szLocalPath - the length of pcLocalPath.
- pcComment -
- szComment -
Values:
Description
This event is fired by TElSimpleSFTPClient when file operation on particular file
in a multi-file operation
UploadFiles or
DownloadFiles is finished.
Discuss this help topic in SecureBlackbox Forum