Skip to content

deadbeef84/node-smb-server

 
 

Repository files navigation

user

node --openssl-legacy-provider --watch . smbclient --port 8445 --option='debugencryption=yes' -d 10 -U foo%bar '\localhost\nxt' -c dir

root

sudo $(which node) --openssl-legacy-provider --watch . smbclient --option='debugencryption=yes' -d 10 -U foo%bar '\localhost\nxt' -c dir

samba in docker...

docker run --name smb -p 445:445 -v /tmp:/webdav --rm nxtedition/samba:4.16.10-nxt.0

About

A 100% JavaScript implementation of the SMB file sharing protocol.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%