Discuss this help topic in SecureBlackbox Forum
Uploads files by mask.
Declaration
Parameters
TSBFileTransferMode values:
|
TSBFileCopyMode values:
|
TSBCaseConversion values:
|
Description
Use this method to upload one or more file from the local disk (or in virtual file system, if the appropriate file system adapter is used) to the server. The method uses PipelineLength and UploadBlockSize to calculate the size of the chunks, which are sent to the server. To select ASCII or binary transfer mode use ASCIIMode property.
Files are chosen by mask which can be a simple mask, set of masks or regular expression (read more about masks).
In case of error, EElSFTPError exception containing SFTP error code, is raised. For more information on error handling, please read the corresponding how-to article.