Another TODO item.
[libguestfs.git] / TODO
1 Ideas for the Python bindings:
2 https://www.redhat.com/archives/fedora-virt/2009-April/msg00114.html
3
4 ----------------------------------------------------------------------
5
6 We badly need to actually implement the FTP server mentioned in the
7 documentation.
8
9 ----------------------------------------------------------------------
10
11 BufferIn and BufferOut should turn into <char *, int> and simple
12 strings in other languages that can handle 8 bit clean strings.
13 Limit on transfers would still be 2MB for these types.
14  - then implement write-file properly
15  - and implement read-file