How do I achieve copy and fetch using AWX

For example I want to copy files between two windows servers being managed using winrm
Normally with linux control node I can fetch file back to control node from one windows server and then can copy the file to other windows server using fetch and copy modules .I might change the filenames during copy and fetch or do some changes before copying them back

How do I achieve above copy and fetch functionality when using AWX

Hello,

If you still have an issue with fetching files using AWX you ahve to edit job settings in AWX UI.
Add something similar to map host/receptor directory with awx-ee directory in Paths to expose to isolated jobs
“/tmp/awx:/tmp/awx:rw”,

Make sure awx is owner of this directory.