• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Awake File: Easy file uploads & downloads through HTTP in Java

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Awake File is a secure Open Source framework which enables Java developers to very easily implement file uploads and downloads through HTTP.

Security has been taken into account from the design stage: server side configuration allows to specify strong security rules in order to protect the files.

Awake File is licensed through the GNU Lesser General Public License (LGPL v2.1): you can use it for free and without any constraints in your open source projects as well as in your commercial applications.

Features include:

  • Uploading files to a remote JavaEE server.
  • Downloading files from a remote JavaEE server.
  • Listing remote directories.
  • Creating/deleting remote directories.
  • Calling a remote java method without complicated setup.
  • Defining strong security rules for all these operations.
  • Displaying nice progress indicators to your users during uploads & downloads.


  • For more information, please visit: http://www.awake-file.org.
     
    If you're gonna buy things, buy this thing and I get a fat kickback:
    a bit of art, as a gift, that will fit in a stocking
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic