Ignore:
Timestamp:
Aug 28, 2005, 9:09:01 PM (19 years ago)
Author:
mmc
Message:

Added support for file transfer with the desktop. Each Rappture
application acts like an http server, configured to listen on
a particular port according to the parameters found in the file
~/data/sessions/$SESSION/resources. When the server is active,
the GUI has a "Download..." button in the results area. A Java
client (in the filexfer directory) connects to the server and
listens for download requests. When the user clicks on "Download...",
the desired result is spooled to a file, and a Java client pops up
a web page requesting the file. This downloads the result to the
user's desktop.

Note that if the $SESSION environment variable is not set, these
changes do nothing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/getopts.tcl

    r11 r50  
    9797        }
    9898        if {![info exists params($first)]} {
    99             error "bad option \"$first\": should be [join [lsort $opts]] {, }]"
     99            error "bad option \"$first\": should be [join [lsort $opts] {, }]"
    100100        }
    101101        switch -- [lindex $flags($first) 0] {
Note: See TracChangeset for help on using the changeset viewer.