Is it possible to only send files from a win10 machine (A), patched to disable SMBv1/CIFS client
with 1803, to a very old device (B) using passwordless SMBv1 (strictly)?
I was thinking along the lines of smbclient
or curl
or some other smb-capable file-transfer (open source) application for win10.
Will I need special privileges on computer A? Firewall? I do not want to tick the dreaded "Enable SMBv1/CIFS client" tickbox as this, as I understand it, will leave the machine exposed again to WannaCry.
If this is not possible or security risks are high can I setup a linux box to send the files instead of the win10? The other side (B) can not be upgraded. It is strictly SMBv1 passwordless.