Get remote path and file into local relative path
Hi all,
If my script is running from
C:\temp
I want to get remote file
/root/test.txt
into
C:\temp\root\text.txt
without also getting empty directories from under the remote directory.
How to do this? I have experimented with both get and synchronize and filemasks. I have gotten close, but not exactly what I want.
I was able able to do this under Linux using rsync and I am trying to do the equivalent under Windows.
gb
If my script is running from
C:\temp
I want to get remote file
/root/test.txt
into
C:\temp\root\text.txt
without also getting empty directories from under the remote directory.
How to do this? I have experimented with both get and synchronize and filemasks. I have gotten close, but not exactly what I want.
I was able able to do this under Linux using rsync and I am trying to do the equivalent under Windows.
gb