Winie is a Java network utility to put (and get) files on the World
Wide Web using HTTP/1.1.
Winie, a HTTP/1.1 PUT tool
Overview
Winie is a network utility to put files on the web using
HTTP/1.1. The main feature of Winie is (like
Web Commander does)
to solve the
"lost
update problem" by storing ETags. Winie use the client
side api of
Jigsaw, the
W3C Web server.
Note: Winie needs jdk1.2.2 (there is a bug in
Classloader of jdk1.2.1).
Features
- PUT, GET and DELETE files on the web
- Version conflict detection, see "The lost
update problem"
- Retries when connection closed (like wget does)
- Upload all files located in a directory (recursively or
not)
- Support for proxies
- Support for metadata configuration (language, charset)
Release Notes
Winie 1.0
- Documentation
- Multiple selection
- bugs fixed
Winie 1.0b2
- Console for directory upload
- Mini Browser for help
Winie 1.0b
- GUI added
- Download Cache options
JWPut 1.2 (Winie 0.9)
- JWPut and JWGet handle HTTP Redirections.
- Users can add their own HTTP headers.
- New design.
- JWPut in package org.w3c.jwput
JWPut 1.1 (Winie 0.8)
- JWGet added.
- DELETE method supported.
- Retry after connection closed.
WPut 1.1 (Winie 0.7)
- Bug fixed release.
- ETags supported.
WPut 1.0 (Winie 0.6)
- First release.
- Proxy supported.
- Basic Authentication.
- Recursive PUT.