Whats faster? Copy via nfs-mount or via scp? Whats faster? Copy via nfs-mount or via scp? unix unix

Whats faster? Copy via nfs-mount or via scp?


You can always use rsync, it can show you the progress (with --progress option) and is more lightweight than scp.

You can enable compression manually with -z.