Network file access | Console program | mounting option ------------------------------------------------------------ HTTP | wget / curl | httpfsFTP | ftp / wget | curlftpfsSMB | smbclient | in-kernel or smbnetfsWebDAV | cadaver | davfs2, fusedav SSH | ssh / scp | sshfs NFS | ? | in-kernel
How do I just download the file or create a directory on NFS without setting it up permanently?
I see there is libnfs (it also has some utils), but is there a fully fledged tool based on it?