X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=2257fc0ce071feb953d18133e1d01e94a307387d;hp=6c763631ace94b4305a0e6ae66c1d708e30212b0;hb=bb07a7f858da5d07c57360e62c0ddfd24ce6be45;hpb=7bf3e1a43512293b1a3f78f880b57e7bbd372eae diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 6c76363..2257fc0 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -370,3 +370,9 @@ val blockdev_flushbufs : t -> string -> unit val blockdev_rereadpt : t -> string -> unit (** reread partition table *) +val upload : t -> string -> string -> unit +(** upload a file from the local machine *) + +val download : t -> string -> string -> unit +(** download a file to the local machine *) +