I would like to make a script that convert a folder with many photos and copy them to an FTP with the same folder structure.
Example :
I have the directory "c:\photos\"
In this directory, I have many directories like "2014-01-01", "2014-01-15", "2014-02-08", ...
I want to take all these directories and the photos and :
- resize them in 1024x768
- copy the resized photos to ftp://.../2014/
- In this directory, I would like to have the same structure : ".../2014/2014-01-01", ".../2014/2014-01-15", ...
I use the "convert" option from XnView MP and I am actually able to resize the photos and copy them to the FTP, but I am not able to recreate the same folder structure as the original photos.
Can anyone help me ?
Sorry for my English (I am French

Sebastien