Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1.  
  2. # exports example
  3.  
  4. #c:\ftp -range 192.168.1.1 192.168.1.10
  5. #c:\server -name:server -maproot:0 -range 192.168.1.1 192.168.1.30
  6. #c:\video -ro 192.168.1.1 192.168.1.4 192.18.1.23
  7.  
  8. # check docs for a list of all options
  9. # Option -range restricts access to specified address range
  10. # a list of addresses restricts to these clients only
  11. # Option -readonly prohibits create/write/delete
  12. # Option -name:<x> makes folder for clients avalailable as /<x>
  13. # Option -maproot maps unix root to specified uid, without root -> uid NOBODY
  14.  
  15. # Option -alldirs allows clients to mount folder or any subfolder
  16. #c:\ -alldirs -range 192.168.1.1 192.168.1.30
  17.  
  18. # remote access to drive by UNC path
  19. #\\Fritz.box\sandisk-u3cruzermicro-01 -name:fritz
  20.  
  21. # mount by volume GUID
  22. #\\?\Volume{6afa3aa3-1b38-11e6-a140-0000fbaa0005}\ -name:drive1
  23.  
  24. E:\Downloads -name:E *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement