NAME
Rex::Commands::Upload - Upload a local file to a remote server
DESCRIPTION
With this module you can upload a local file via sftp to a remote host.
SYNOPSIS
task "upload", "remoteserver", sub {
upload "localfile", "/remote/file";
};
Rex::Commands::Upload - Upload a local file to a remote server
With this module you can upload a local file via sftp to a remote host.
task "upload", "remoteserver", sub {
upload "localfile", "/remote/file";
};