Copying (or moving) files in parallel can degrade so much the performance.
I usually need to copy large amount of files over network using the nautilus (using stuff like smb://
or sftp://
urls).
The answer for similar questions before only handle in disk operations only, not for stuff mounted in nautilus. I tried to use Ultracopier (from this answer How can I queue file operations?) and using the ~/.gvfs/ folder but it generates error (operation not supported).
So how can I enqueue Nautilus operations with all the options I have using the nautilus (like networking and all gvfs
mounts)?