I use a batch file to get into WinSCP. The .bat
reads a script file containing this:
cd /download/.stuff
get file.txt D:\Name\Sub Name\Even Lower
changes directory fine, finds file fine, but when it comes to placing it in Sub-folder directory on my local computer I get this error
Can't get attributes of file ' D:\Name\Sub Name\Even'.
No such file or directory
I think that the syntax is correct.
Any reason why it's not dropping into that sub folder?
Thanks
"D:\..Lower"
path in quotes? Try using the space-free short-names for those folders (trydir /X
to find them)? – Gangrene