Tiny Interactive File Transfer Application

This repository holds all the source code, tests and documentation of the TIFTA
software. The main goals of this program are:

  • Ensure a safe and secure connection via SSH.
  • Take advantage of SSH to establish an SFTP secure channel.
  • Allow users to upload, download and remove files from remote server.

The TIFTA software is nuder heavy development and ships in the form of a command
line application. No graphical user interface is provided yet.

How to install

For users

If you would like to install TIFTA software, start by creating a new Python
environment and activate it. This is a good practice so you do no break your
system’s Python installation: