Given a set of XML files available on a Windows Share \\server\share contains spaces\direcory\, I need a bash command to download one specific file from that share.
Neither wget nor curl support any smb:// URI, and I'd like to avoid the mount command. Solutions?