Frends.Smb.CopyFiles / 2.5.0
Summary
Copies files within a Windows network share, over SMB rather than a mounted drive, so the agent needs no drive mapping. Kerberos is available alongside password authentication.
Typical use — file movement on corporate file servers from an agent that may not be domain-joined
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SourcePath | String |
– | documents/reports |
Source path relative to the share where files will be copied from. Can be a directory path or a specific file path. Empty means root directory. |
| TargetPath | String |
– | backup/reports |
Target path relative to the share where files will be copied to. Must be a directory path. Empty means root directory. |