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 **
Well, it didn't get posted properly. The second sentence should have had two backslashes instead of one. If I try to use one backslash, tells me it doesn't understand escape sequence.