Re: Moving entire directory tree using scripting
For some reason, synchronize worked yesterday night. Thanks for the reply.
synchronize remote "C:\temp\download" "/home/ets/tmp"
When I checked the linux box, all the files were copied to /home/ets/tmp rather than preserving the tree. What I want to see is the directory called firmware under c:\temp\download copied to /home/ets/tmp.
synchronize preserves the three. I.e. directory C:\temp\download\firmware will become /home/ets/tmp/firmware. Do I understand right that you see files from C:\temp\download\firmware directly in /home/ets/tmp?
I looked also at the put command but that seems to require I give it a file list rather than a directory.
It supports both.