Automated moving of remote files in new folders matching the files' names
Hello,
let's say I have a remote folder named
Moreover, each pdf file also has a corresponding
How can I achieve this?
Thanks in advance!
Regards, spawn
let's say I have a remote folder named
manuals
which contains the files 1.pdf
, 2.pdf
and so on. My goal is to let WinSCP move these files into new folders. The new folders need to be named like the file names without the file endings, resulting in:
folder file 1 1.pdf 2 2.pdf 3 3.pdf ... manuals <empty>
.chk
file in the manuals
folder which should also be moved, so the real result should be
folder files 1 1.pdf, 1.chk 2 2.pdf, 2.chk 3 3.pdf, 3.chk ... manuals <empty>
Thanks in advance!
Regards, spawn