gvfs-copy gvfs Developer Alexander Larsson alexl@redhat.com gvfs-copy 1 User Commands gvfs-copy Copy files gvfs-copy OPTION SOURCE DEST gvfs-copy OPTION SOURCE DIRECTORY Description gvfs-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. Options The following options are understood: , Prints a short help text and exits. Shows the version number 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 status On success 0 is returned, a non-zero failure code otherwise. See Also cp1