Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 656 Bytes

File metadata and controls

30 lines (18 loc) · 656 Bytes

UDP based FTP

Send and recieve files and data using udp port

Goal

  1. capable to send and recieve large files
  2. provide proper authentication and security
  3. Exploiting Steganography to provide security to data instead of cryptography
  4. Report progress and retransmit corrupted data
  5. Boost speed of transfer

Language

Java

Progress

Can send and receive string over a fixed UDP port 9989

Built With

  • [Java]

Authors