summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-19 17:09:58 +0100
committerRichard Jones <rjones@redhat.com>2010-04-19 17:09:58 +0100
commitc3a68961859a617f7c574c528d0f8ac1fdbb53e1 (patch)
tree6be4541c7224febe9a3c22f915b2e0225f95dbed /TODO
parent87e49e7e87e570537f04e34178c9c6d2b876c16c (diff)
downloadlibguestfs-c3a68961859a617f7c574c528d0f8ac1fdbb53e1.tar.gz
libguestfs-c3a68961859a617f7c574c528d0f8ac1fdbb53e1.tar.xz
libguestfs-c3a68961859a617f7c574c528d0f8ac1fdbb53e1.zip
New APIs: base64-in and base64-out for uploading/downloading base64 content.
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 0 insertions, 23 deletions
diff --git a/TODO b/TODO
index e99f7ed6..56b429a9 100644
--- a/TODO
+++ b/TODO
@@ -271,26 +271,3 @@ 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).
-
-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 ...