* MakeDir and RemoveDir to create and delete directories,
* PutFiles, GetFiles... to upload/download/delete multiple files, recursively,
* Direct read/write operation on remote file with RemoteOpen, RemoteRead, RemoteWrite and RemoteClose methods,
* DeleteFile to delete file on the server,
* ListItems event to list files in some directory on remote server,
* GetAttributes and SetAttributes to retrieve and set attributes for the file,
* Resume property to resume broken transfers,
* Blocking mode to execute methods and wait until they are
completed.
* Password and PublicKey authentications.
* ASCII and Binary file transfers to handle different data
types....
* Done event that is fired when executed method is completed - a
perfect place to initiate new command...
Includes free wodKeyManager component to deal with private key loading, saving, generation etc.