base64_out
Description:
[ Version ( since = "1.3.5" ) ]
public bool base64_out (string filename, string base64file, Cancellable? cancellable = null) throws Error
public bool base64_out (string filename, string base64file, Cancellable? cancellable = null) throws Error
download file and encode as base64
This command downloads the contents of filename, writing it out to local file base64file encoded as base64.
Parameters:
| this |
A GuestfsSession object |
| cancellable |
A GCancellable object |
Returns:
|
true on success, false on error |