Plugins - copy and paste directories across the network

Good morning!
Could you tell me if there is a plugin that copies a folder on the network?
I’m using robocopy on Windows but I’m having permission problems, as the user I’m using for Jenkins doesn’t have network permissions as it’s a local user.
I would like a plugin where I can provide copy and paste parameters and username and password with permission.
Thank you very much

Jenkins setup:

There is Publish over CIFS but it seems intended for copying to a Windows file share; I don’t know if it can be used for copying from a file share.

On Windows, it might be possible to use RUNAS /NETONLY to start a program such as robocopy with a separate set of network credentials; but RUNAS doesn’t wait for the program to finish, so it would be difficult to make Jenkins wait for that.