Examples (5)
Detect the version of a remote NFS server
nxc nfs 192.168.178.0/24List the available NFS shares
nxc nfs 192.168.178.2 --sharesEnumerate the exposed shares recursively to the specified depth
nxc nfs 192.168.178.2 --enum-shares 5Download the specified remote file
nxc nfs 192.168.178.2 --get-file path/to/remote_file path/to/local_fileUpload the specified local file to the remote share
nxc nfs 192.168.178.2 --put-file path/to/local_file path/to/remote_filemade by @shridhargupta | data from tldr-pages