cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to copy files from one location to another in xMII?

Former Member
0 Kudos
244

I need to copy files from one location to another location. The source folder may have any types of files, ex: jpg, pdf, tiff, doc, xml, svg etc..

How could I achieve this in xMII? What is the action block to hanlde this file copying of all file types?

I am able to achieve this by using Image Loader and Image Saver action blocks. Is there any other way to handle this?

Thanks,

Sara

Accepted Solutions (0)

Answers (2)

Answers (2)

jcgood25
Active Contributor
0 Kudos

Sara,

Why wouldn't you just use a Windows .bat file with xcopy statements? You could even schedule it to run with the Windows task scheduler.

Regards,

Jeremy Good

Former Member
0 Kudos

What if it isn't Windows? It's a big world out there...

Former Member
0 Kudos

Thanks Everybody for your response.

We decided to write our own custom block to achieve this.

Thanks,

Sara

Former Member
0 Kudos

If on the same server, I'd use GetFileList + ImageSaver/Loader. If on different servers, you can replace the Saver with and FTPPut.