Send files using a GUI on a machine in a secure network.
Requirements:
- Python 3.11 or greater
- Internet access to PyPI from terminal. You can test this by running
pip install numpy
. If you can access PyPI from browser (https://pypi.org/) butpip install
fails with a connection error, you can download required dependencies manually (see below).
Clone the repository or download this folder (send
folder) as a zip file from GitHub and extract it anywhere. Open a terminal window here.
If you'd like to have no trace of installation left after you delete the folder, at this point you should create and activate a virtual environment:
python -m venv .venv
.venv/Scripts/Activate.ps1 # PowerShell on Windows
# source .venv/bin/activate # POSIX shells
Run the following command to install the "send" package. Then run the command open the send GUI and follow the instructions:
pip install --no-cache-dir --editable .
vis-transfer-send