I want to transfer existing files and folder structure from my PC regardless of ie ie Windows / Linux OS to Plone 4.1.
I looked at a document regarding Mr.migrator, transogrifier, Enfold desktop, FTP, etc. But I want to have a batch process that will go through the folder structure and create the same with the files in it and upload to Plone without any intervention . The file structure should be the same as indicated at the beginning, as the path to the server. The goal is to upload obsolete content to Plone before uploading new files and further customizing it as required.
Is there such a product that can be directly used in buildout.cfg?
Part of the buildout.cfg snippet now uses funnelweb for plone 4.1, on linux debian
parts =
instance
zopepy
zopeskel
unifiedinstaller
repozo
backup
chown
funnelweb
[funnelweb]
recipe = funnelweb
crawler-site_url=file:///home/xyz/Desktop/MassMail/mm_files
ploneupload-target=http://admin:admin@localhost:8081/VAGroup
Files from the URL must be loaded into the plone instance in the folder /mysore. If
url=file:///home/xyz/Desktop/MassMail/mm_files
used instead of a web page, files from the MassMail folder from my local system should be automatically uploaded to the VAGroup website in the specified destination folder?
How exactly should this be done? Files may contain .doc, .xls, .img, .png, .pdf, etc., which must be uploaded to the site. I see all the files in / var / funnelwebcache /, as well as files with file.metadata. Why is it not loading on the site? Should I indicate something else. Also, I only need files from the folder: mm_filesnot from parent / grandparent ie NOT from the home/xyz/Desktop/MassMailsubdirectories that I see in the cache.