OS4 DepotLogo by Alkaron 
(anonymous IP: 3.145.191.214,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (595)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4364

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Network » Samba » smb2fs.lha

Smb2FS

Description: Filesystem for accessing files using SMB2/3
Download: smb2fs.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 128kb
Version: 53.7
Date: 17 Jun 23
Author: Fredrik Wikstrom
Submitter: Samir Hawamdeh
Homepage: https://github.com/salass00/smb2fs
Category: network/samba
Replaces: network/samba/smb2fs.lha
License: Other
Distribute: yes
Min OS Version: 4.1
FileID: 12572
 
Comments: 1
Snapshots: 0
Videos: 0
Downloads:  (Current version)
 (Accumulated)

[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 
smb2-handler is a filesystem for accessing files remotely using the SMB2/3
protocols. The protocol implementation is based on the currently latest git
version of libsmb2 (https://github.com/sahlberg/libsmb2).

Requirements:

- newlib.library V53.40 or newer (or V53.30 as included in 4.1 FE).

- filesysbox.library 54.4 or newer.

Usage:

Create a DOSDriver with the contents:
Handler   = L:smb2-handler
StackSize = 65536
Priority  = 5
GlobVec   = -1
Startup   = "<args>"

Where <args> should follow the template:

URL/A,VOLUME,NOPASSWORDREQ/S

URL is the address of the samba share in the format:
smb://[<domain;][<username>[:<password>]()]<host>[:<port>]/<share>/<path>

VOLUME is the AmigaDOS volume name (if not specified it defaults to
<server>-<share>).

NOPASSWORDREQ stops a password requester from being opened if no password is
specified.

To connect to the share myshare on server mypc using username "myuser" and
password "password123" use:

Startup = "smb://myuser:password123()mypc/myshare"

To connect to the same share using a guest account you can use:

Startup = "smb://mypc/myshare NOPASSWORDREQ"

If you want the handler to be started immediately on mount, rather than on the
first access, then make sure that ACTIVATE=1 is set in either in the icon
tooltypes or in the DOSDriver file itself.













Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment