Rename files uploaded with filemask
Hello Martin,
I've got a problem renamimg files in the remote directory.
My batch-script first puts files with *.xml to a remote directory with a . (dot) at the beginning. The put-command is using filemask *.xml.
For example:
put local file: 1811161000.xml remote file: .811161000.xml
Now I need to rename it back to the original name, means mv .811161000.xml to 1811161000.xml
How can it be done using wildcards ?
Thanks and regards,
Frank
I've got a problem renamimg files in the remote directory.
My batch-script first puts files with *.xml to a remote directory with a . (dot) at the beginning. The put-command is using filemask *.xml.
For example:
put local file: 1811161000.xml remote file: .811161000.xml
Now I need to rename it back to the original name, means mv .811161000.xml to 1811161000.xml
How can it be done using wildcards ?
Thanks and regards,
Frank