Search Results

1
vote
2answers
240 views

Using Samba for random access without mounting the file system?

I am using a machine on which I do not have root access and would like to access files on a Samba server in random access mode. I know I can transfer the files in their entirety using smbclient but …
1
vote

Using Samba for random access without mounting the file system?

To answer my own question after digging around in the Samba source: there is a client library libsmbclient which includes all the usual file handling stuff: smbc_open, smbc_fstat, smbc_lseek, smbc_ …