AI OnAI Off
Hi,
Maybe you could prepare admin plugin for export files from old CMS, and another plugin used in new CMS to import files. I think that it should be that much work.
If you do have access to VPP folder and would need only files (without any additional metadata) - can you just take a backup of VPP folders?
If you like Valdis says has access to the vpp-folder you can run this script
for /r "Images" %i in (*.*) do copy "%~fi" "my\target folder"
Where "Images" is the path do you folder
This script is run in the commandline (cmd)
Hi, I am in process of migerating my site from Episerver 7.1 to Episerver 8. I dont want to upgrade the site I will build the new site bottom up. Now the problem i am facing in my Episerver 7.1 site i upload quite alot of file through Episerver file manager. I will take me ages to click each file indvidually an download it. Is there any way i ca download the who folder strcture in my file system??