Versions in this module Expand all Collapse all v0 v0.8.0 Jun 23, 2015 Changes in this version + type Communicator struct + func New(config *Config) (*Communicator, error) + func (c *Communicator) Download(src string, dst io.Writer) error + func (c *Communicator) Start(rc *packer.RemoteCmd) error + func (c *Communicator) Upload(path string, input io.Reader, _ *os.FileInfo) error + func (c *Communicator) UploadDir(dst string, src string, exclude []string) error + type Config struct + Host string + Password string + Port int + Timeout time.Duration + Username string