Update README.md

This commit is contained in:
Joe Totes
2022-08-10 17:07:18 -04:00
committed by GitHub
parent 8d1149ab2c
commit 5c10a09f1e

View File

@@ -237,6 +237,12 @@ sudo mount -t cifs //{IP ADDRESS}/{SHARE} /mnt/{SHARE}/
sudo mount -t cifs -o 'username={USERNAME},password={PASSWORD}' //{IP ADDRESS}/{SHARE} /mnt/{SHARE}/ sudo mount -t cifs -o 'username={USERNAME},password={PASSWORD}' //{IP ADDRESS}/{SHARE} /mnt/{SHARE}/
sudo umount {SHARE} sudo umount {SHARE}
# Get all files
mask ""
recurse ON
prompt OFF
mget *
# {IP ADDRESS}: IP Address of the Server # {IP ADDRESS}: IP Address of the Server
# {SHARE}: Share name to connect # {SHARE}: Share name to connect