Gets files which match a given pattern.
Then it can verify the size of the files on the remote server is the same as locally.
Namespace:
HS.Sys.TheEnterprise.Common.LaserbearAssembly: Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public bool MgetFiles( string remoteFilter, bool verifySize ) |
| Visual Basic (Declaration) |
|---|
Public Function MgetFiles ( _ remoteFilter As String, _ verifySize As Boolean _ ) As Boolean |
| Visual C++ |
|---|
public: bool MgetFiles( String^ remoteFilter, bool verifySize ) |
Parameters
- remoteFilter
- Type: System..::.String
Pattern to filter on. Ex: *.jpg
- verifySize
- Type: System..::.Boolean
True on success