mirror of
https://github.com/Rogiel/httpchannel
synced 2025-12-05 23:22:51 +00:00
HotFile implementation
This commit is contained in:
10
README
Normal file
10
README
Normal file
@@ -0,0 +1,10 @@
|
||||
# What is this?
|
||||
This is a Java Library written to simplify download and upload from multiple
|
||||
free share sites.
|
||||
|
||||
Instead of writing an specific API for each situation, I designed a single API
|
||||
capable of almost everything! Upload and downloads are done through Java.NIO
|
||||
Channels and with those you can stream the file, both up and down.
|
||||
|
||||
Also, if you wish, you can easily (with less than 10 lines!) implement an
|
||||
file copier. It downloads the file from one server and transfer it to another!
|
||||
Reference in New Issue
Block a user