on 2007 Jul 10 6:17 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If on the same server, I'd use GetFileList + ImageSaver/Loader. If on different servers, you can replace the Saver with and FTPPut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.