Inside your Linux guest you can "export" a folder, then mount it in the Windows host. For this to work, the guest and host would need to see each other, i.e. they would need to be on the same IP network, or a route would need to exist between their IT networks. If you export it as CIFS (SAMBA), it will appear in Windows with standard UNC path: \\server\share where server would be the hostname and share would be the exported folder name. If you export it as NFS, and your version of Windows has NFS for Windows available, you'll be able to access/map through UNC path.
HOWEVER there is an easier way. Mount a host directory in the guest and put the files you want to transfer in that directory. Additionally, if you have any sort of NAS or file server on your network, you could mount a folder from it on host and guest and use it as a drop box.