Sys::VirtConvert::Transfer::SSH(3) | User Contributed Perl Documentation | Sys::VirtConvert::Transfer::SSH(3) |
NAME¶
Sys::VirtConvert::Transfer::SSH - Transfer data over an SSH connection
METHODS¶
- new(path, hostname, username, is_sparse, is_block)
- Create a new SSH transfer object.
- local_path
- SSH cannot currently return a local path. This function will die().
- get_read_stream(convert)
- Get a ReadStream for this volume. Data will be converted to raw format if convert is 1.
- get_write_stream(convert)
- Get a WriteStream for this volume. Data will be converted from raw format if convert is 1.
COPYRIGHT¶
Copyright (C) 2010 Red Hat Inc.
LICENSE¶
Please see the file COPYING.LIB for the full license.
SEE ALSO¶
virt-v2v(1), <http://libguestfs.org/>.
2013-12-03 | perl v5.10.1 |