I use a channelsftP to' take files from the iPhone.. I have a directory in /private/var/mobile/Library/Mail named \something. I want to' get the list of files and folders in it so i use this command (after Open the session and the channel in vb.net):
dim c as channelsftp
c.get("/private/var/mobile/Library/Mail/\something/")
but it gives to' me an error of no such file..
And it's right.. Because if there's a file like this in the shell i have to' use 2 backslash(\\).
So i try this:
c.get("/private/var/mobile/Library/Mail/\\something/")
but it gives me the same error!
what i can do?
2 suggestions.. Can you add to' the get command a way to' get the entire folder and the same thing to' put?
And can you add to' the mkdir command a way to' create the full path name? For example /private/var it creates the private folder if it doesnt exist and after if doesnt exists it creates thevar folder in private..thanks for help!
Hi Emanuele,
Can you provide the OS/environment that you are accessing? This sounds like an issue with escaping within the library or even server-side.
I'M accessing on an iphone 3g with firm 3.1.2 running openssh