Issues.00269 - lordmundi/wikidoctest GitHub Wiki
Summary: add file retrieve capability to remote commanding server
Created: 2010–08–17 17:00
Status: Released
Category: Request
From: frankie
Version: 2.1
Released_In: 2.2
Description:
it would be nice if we could request that the remote commanding server send us a file over the network - for example, a screenshot.
frankie August 17, 2010, at 06:28 PM:
The command "rcs_retrieve_file " will now retrieve a file and return it encoded with MIME as long as it:
- exists and is readable
- is not a directory
- does not exceed the transfer file size limit
currently, the max file size limit is set to 256 KB. File transfers larger than that should really use a different avenue.
| commit | 18ff2b44f879c20a7ab9c17981ccaa4407aecf5b
[link] |
||
| Author: | Frankie
|
| Date: | Tue Aug 17 18:12:10 2010 -0500
|
| Message: | [@Issue 00269: Added in file retrieve capability to RCS
The command "rcs_retrieve_file " will now retrieve a file and return it encoded with MIME as long as it: - exists and is readable - is not a directory - does not exceed the transfer file size limit currently, the max file size limit is set to 256 KB. @] |
Affected Files:
gui/remote_commanding_server.tcl | 47 ±
tcltk_unix/tcl8.5/base64/base64.tcl | 373 +++
tcltk_unix/tcl8.5/base64/base64c.tcl | 19 +
tcltk_unix/tcl8.5/base64/pkgIndex.tcl | 4 +
tcltk_unix/tcl8.5/base64/uuencode.tcl | 346 +++
tcltk_unix/tcl8.5/base64/yencode.tcl | 317 +++
tcltk_unix/tcl8.5/md5/md5.tcl | 454 ++++
tcltk_unix/tcl8.5/md5/md5c.tcl | 156 ++
tcltk_unix/tcl8.5/md5/md5x.tcl | 717 ++++++
tcltk_unix/tcl8.5/md5/pkgIndex.tcl | 3 +
tcltk_unix/tcl8.5/mime/mime.tcl | 3997 +++++++++++++++++++++++++++++++++
tcltk_unix/tcl8.5/mime/pkgIndex.tcl | 3 +
tcltk_unix/tcl8.5/mime/smtp.tcl | 1510 +++++++++++++
13 files changed, 7942 insertions(+), 4 deletions(-)