Hello,
We are trying to copy from a remote windows host running the Free Solarwinds tool to a linux receiving host, however, the -r option doesn't seem to work.
Here's the command we're using:
scp -r user@windowshost:foldername ./
and we always get
scp: Failed to open file foldername.
When going from linux remote host > linux receiving host this command works just fine and copies the entire directory over. We have tried every combination of arguments, quotes, brackets, forward/backslash, shell escape, etc, that we could think of. Nada, same error every time.
We did some google-fu but came up with no answers.
Any advice would be appreciated. Thanks!
-Davis