1NFS-CP(1) nfs-cp: copy files to/from an NFS-CP(1)
23
4
NAME
6nfs-cp - Utility to copy files to/from and NFS server
7
SYNOPSIS
9nfs-cp <src> <dst>
10
DESCRIPTION
12nfs-cp is a utility to copy files to/from and NFS server.
1314
Examples:
1516
$ nfs-cp foo.c nfs://127.0.0.1/data/tmp/foo.c
1718
$ nfs-cp nfs://127.0.0.1/data/tmp/foo.c bob.c
1920
$ nfs-cp nfs://127.0.0.1/data/tmp/foo.c nfs://127.0.0.1/data/tmp/copy-of-foo.c
2122
23
SEE ALSO
25http://github.com/sahlberg/libnfs
2627
28
29
nfs-cp 05/24/2015 NFS-CP(1)