I have a network folder in my LAN, I have installed smbclient to access it with the command
smbclient //xxx.xxx.xxx.xxx/share_folder --user=share/user%password
I can access it. But how can I store the password to don't have to type it ?
edit: correction