summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-19 11:49:08 +0100
committerRichard Jones <rjones@redhat.com>2010-04-19 11:49:08 +0100
commit819f30e332160ba05f7bf6dd068622cc07bf9ffc (patch)
tree828fb521a2735bd1ed6a61c08a39c825508b9a2b /TODO
parent92d38b9ae3a0b1b4694da5e3d3a3cb155842cd91 (diff)
downloadlibguestfs-819f30e332160ba05f7bf6dd068622cc07bf9ffc.tar.gz
libguestfs-819f30e332160ba05f7bf6dd068622cc07bf9ffc.tar.xz
libguestfs-819f30e332160ba05f7bf6dd068622cc07bf9ffc.zip
todo docs: Feature for base64 uploads and scripts.
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 24 insertions, 1 deletions
diff --git a/TODO b/TODO
index 56fb094d..e99f7ed6 100644
--- a/TODO
+++ b/TODO
@@ -270,4 +270,27 @@ List filesystems by UUID or label.
Mount filesystems by UUID or label. (I'm not really sure if we can do
this at the moment but we ought to be able to do it, and perhaps make
-it easier by having a direct command). \ No newline at end of file
+it easier by having a direct command).
+
+UUencoded uploads
+-----------------
+
+(Or base64). Something like:
+
+base64-in -<<EOF
+TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlz
+IHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2Yg
+dGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGlu
+dWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRo
+ZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4=
+EOF
+
+Arbitrary scripts
+-----------------
+
+debug-upload -<<EOF script
+#!/bin/sh -
+...
+EOF
+
+debug sh ...