Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 250 Bytes

Description

smbclient based on Alpine image.

Running the command

docker run --rm -v ./data:/data codebreaker1/smbclient -U <domain\\username>%<password> //<address of samba server>/<share name>/ -D <subdirectory>/ -c "get <filename>"