Will start up a SFTP server in a container using testcontainers and connect to it with a SSH key.
./gradlew testWill connect to a SFTP server and fetch one file and print the file contents.
Requires that a SFTP server is running locally. Read how to start it here.
./gradlew run