Discuss this help topic in SecureBlackbox Forum
Uploads one or more files to the server
Declaration
Parameters
- LocalPath - local path to search for files
- LocalMask - the mask to match the local files to
- RemotePath - the path to store the files
- Mode - specifies what to do if the file with the same name already exists
- CopyMode - specifies file copy mode.
- CaseSensitive - specifies whether filename matching [to mask] is case-sensitive
- CaseConversion - specifies whether case conversion must be applied to file names as they are uploaded
- Recursive - specifies if the subdirectories should also be scanned for matching files
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.
Files are chosen by mask which can be a simple mask, set of masks or regular expression (read more
about masks).
Discuss this help topic in SecureBlackbox Forum