| Class | Description |
|---|---|
| DirectoryCreator |
Actor for creating a local/remote directory.
|
| ExecuteCmd |
Connects to a remote host using Ssh protocol (or does nothing for the local
host) and executes a command.
|
| FileCopier |
Connects to a remote host using Ssh protocol (or does nothing for the local
host) and copies a file to or from there.
|
| FileRemover |
Connects to a remote host using Ssh protocol (or does nothing for the local
host) and deletes files/directories matching a given mask.
|
| SshSession |
Creates an ssh session to a remote host.
|