...
- Selection of files which names are matched by a regular expression.
- Polling (waiting) for files.
- Checking the steady state of all files before starting transfer.
- Recursive transfer of files in sub folders.
- Atomic Transfer to avoid any partially transferred file being picked up by directory watchers.
- Transactional Behavior.
- Check transferred files for completeness.
- Handling of empty files.
- Renaming of files.
- Use of alternative access data and credentials
- Support for UNC paths in directory names.
- Track record of file transfers.
- Parallel file transfer (multi-threading).
- Creating and checking hash values (e.g. MD5).
- Compress (e.g. with ZLIB ) or zip files or groups of files.
Uses the compression feature of the server, if present and possible. - Rename files without transfer.
- Delete files without transfer.
- Pre- and post-processing of file transfers
...