Afternoon.
If I use a folder like /root/f1/f2, the SCPClient works great.
If I use something like /root/folder\\ one/folder\\ two, it tells me the directory doesn't exist.
In linux using something like : cd /root/folder\ one/folder\ two changes the directory, but I can't put that into the SCPClient call.
Any help would be appreciated.
Comments: ** Comment from web user: NoDozing **
If I use a folder like /root/f1/f2, the SCPClient works great.
If I use something like /root/folder\\ one/folder\\ two, it tells me the directory doesn't exist.
In linux using something like : cd /root/folder\ one/folder\ two changes the directory, but I can't put that into the SCPClient call.
Any help would be appreciated.
Comments: ** Comment from web user: NoDozing **
I worked around this by creating an "upload" folder to perform the SCP to. Then, did a MV command to put it in the right place.