HookJordan / FastFileTransfer

File transfer application written in C# --- new project -> https://github.com/HookJordan/FFT2

Home Page:https://jordanhook.com/index.php?&controller=home&view=appDetails&appId=15

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Moved

Please see the following repo for FFT2 - rewritten with .NET Core 3.0:

https://github.com/HookJordan/FFT2

FFT- FastFileTransfer Build App

FFT or FastFileTransfer is a Windows Form Application that provides the user with an alternative remote file transfer system. Various customizations have been included in the application to the allow the user to tweak to their needs with regards to needs with speed and security in mind. There are currently 4 option encryption algorithms available including:

  • Simple XOR cipher
  • RC4 Encryption (Default)
  • Blowfish (ECB Mode)
  • AES (CBC Mode)

The encryption algorithm is applied to all network communication throughout the application to help ensure your network traffic is secured and protected from data sniffers. In addition to the encryption options, various compression algorithms are also available such as:

Please note the compression algorithms are only applied to file transfer related network traffic.

Screenshot

Setup

Coming soon.

FAQ

Coming soon.

About

File transfer application written in C# --- new project -> https://github.com/HookJordan/FFT2

https://jordanhook.com/index.php?&controller=home&view=appDetails&appId=15

License:Apache License 2.0


Languages

Language:C# 100.0%