I have Synology NAS with embedded Linux and can use only predifined utilities.
When im try copy remote files through:
smbclient connect to remote
smb: \> prompt
smb: \> mask *file*.rar
smb: \> mput *
Copy is OK
but how i can do this?
smbclient connect to remote
smb: \> prompt
smb: \> mask "date ā+%Y_%m_%dā*.rar" > I get error
smb: \> mput *
I try use alias too, it don't work for me
Hope on your answers