gvfs-copygvfsDeveloperAlexanderLarssonalexl@redhat.comgvfs-copy1User Commandsgvfs-copyCopy filesgvfs-copy OPTIONSOURCEDESTgvfs-copy OPTIONSOURCEDIRECTORYDescriptiongvfs-copy copies a file from SOURCE to
DEST, or multiple SOURCEs to DIRECTORY.gvfs-copy is similar to the traditional
cp utility, but using gvfs locations instead of local files:
for example you can use something like
smb://server/resource/file.txt as location.OptionsThe following options are understood:, Prints a short help
text and exits., Don't copy into DEST even if it is a directory., Show progress., Prompt before overwriting files.Preserve all attributes., Backup existing destination files., Never follow symlinks.Exit statusOn success 0 is returned, a non-zero failure
code otherwise.See Alsocp1