vfscp

command
v2.1.4+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

vfscp copies a file from one place to another, even between supported remote systems. Complete URI (scheme:// authority/path) required except for local filesystem. See github.com/c2fo/vfs docs for authentication.

Usage

vfscp's usage is extremely simple:

vfscp <uri> <uri>
-help   prints help message

Examples

Local OS URI's can be expressed without a scheme:

vfscp /some/local/file.txt s3://mybucket/path/to/myfile.txt

But may also be use the full scheme uri:

vfscp file:///some/local/file.txt s3://mybucket/path/to/myfile.txt

Copy a file from Google Cloud Storage to Amazon S3

vfscp gs://googlebucket/some/path/photo.jpg s3://awsS3bucket/path/to/photo.jpg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL