UFT (Universal File Transfer) is a CLI tool , which can be used to upload files to a public server and any one can download it...
- Encrytion (RSA)
- Easy to use
- INSTALLER ( for linux )
- SPV(secure password varification)
- File compression
- E2EE
- Nodes ( Set up your own nodes and support the UFT )
- Decentralised
- File Scanning
- Note : We are contantly changing code and improving it (Beta Stage) , So if your client stoped working.... Pls reinstall and still broke contact us through Discord..
pip install uft==2.0.8 # or pip3 install uft==2.0.8 (on linux)
git clone https://github.com/mastercodermerwin/UFT.git
cd UFT
sudo python3 installer.py # or python installer.py
Use without adding to path..
git clone https://github.com/mastercodermerwin/UFT.git
cd UFT
python main.py
user> uft help
Get help how to use UFT.
user> =uft upload (filename) (password)
Upload a file.
user> uft download (filename) (output)
Download a file.
user> uft delete (filename) (password)
Delete a file.
user> uft replace (filename) (password)
Replace a file.