Piotr285 wrote: 2022-03-18, 13:48 UTC
Piotr285 wrote: 2022-03-18, 13:41 UTC
Another use case
...so that you can simply copy them again from server in case of changes made to server versions.
And additionally, I'm wondering how to copy/overwrite the local versions to the server while preserving the existing server folder structure?
Perhaps 'download lists' are useful to you as described here:
viewtopic.php?p=260001#p260001
Be aware that if you create such lists that they are very sensitive to spaces. Be sure not to put additional spaces where they are not allowed.
To create a list you could let Total Commander create a logfile and copy and edit the data.
An entry in a logfile looks like this:
Code: Select all
18-03-2022 18:43:33: Copy: C:\Users\piotr\Downloads\Folder\Article\qin2018.pdf -> d:\TEST\qin2018.pdf
To turn it into a 'download list' you remove the time stamp and remove the space behind "Copy:":
Code: Select all
Copy:C:\Users\piotr\Downloads\Folder\Article\qin2018.pdf -> d:\TEST\qin2018.pdf
And to copy it back:
Code: Select all
Copy:d:\TEST\qin2018.pdf -> C:\Users\piotr\Downloads\Folder\Article\qin2018.pdf
Also pay attention to the hint to make the list
Read only if you want to be able to repeat the action more than once.