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 - specifies the name and path to the remote file.
- LocalPath - specifies the name and path to the local file.
- ErrorCode - operation error code.
- Comment -
- Cancel - allows to cancel the operation.
- pcRemotePath - specifies the name and path to the remote file.
- szRemotePath - the length of pcRemotePath.
- pcLocalPath - specifies the name and path to the local file.
- szLocalPath - the length of pcLocalPath.
- pcComment -
- szComment -
Values
Description
This event is fired by TElSimpleFTPSClient when file operation on particular file in a multi-file operation
DownloadFiles
or
UploadFiles
is finished.
Discuss this help topic in SecureBlackbox Forum