All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning
- autocompletion for folders works now for case-sensitive folders (example: test and TEst)
- move connection test from init to execute phase (all tasks)
- this avoids project loading errors
- Fix typos and grammar in parameter descriptions
- testing infrastructure based in testcontainers
- update template and ensure python 3.13 compatability
- Use
tempfileto create a temporary directory for downloads. - Added support for detecting and decompressing Gzip files during upload.
- Improved file type detection (text vs. binary) for uploads.
- Execute commands Plugin
- Execute a given command on a given SSH instance
- allow for File input or not input
- Can create output files or just structured output
- List Plugin
- List files from a given SSH instance
- Download Plugin
- Download files from a given SSH instance
- Upload Plugin
- Upload files from a given SSH instance