Search Suggest

Access file windows from Linux

Linux server
List share file on windows
smbclient --user=windows user -L //IP Address windows server
smbclient --user=U001 -L //172.16.0.xx

Access file on windows server
smbclient //IP Address windows server/File share -U windows user
smbclient //172.16.0.xx/Fileshare -U U0001

إرسال تعليق