<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 15: Channelsftp ls of a folder with backslash (\) in it</title><link href="https://sourceforge.net/p/sharpssh/bugs/15/" rel="alternate"/><link href="https://sourceforge.net/p/sharpssh/bugs/15/feed.atom" rel="self"/><id>https://sourceforge.net/p/sharpssh/bugs/15/</id><updated>2009-07-31T17:38:02Z</updated><subtitle>Recent changes to 15: Channelsftp ls of a folder with backslash (\) in it</subtitle><entry><title>Channelsftp ls of a folder with backslash (\) in it</title><link href="https://sourceforge.net/p/sharpssh/bugs/15/" rel="alternate"/><published>2009-07-31T17:38:02Z</published><updated>2009-07-31T17:38:02Z</updated><author><name>Emanuele Guzzetti</name><uri>https://sourceforge.net/u/phate89/</uri></author><id>https://sourceforge.net727b5fea29c587022a8441f7fa25f4182903c88f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;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):&lt;br /&gt;
dim c as channelsftp&lt;br /&gt;
c.get("/private/var/mobile/Library/Mail/\something/")&lt;br /&gt;
but it gives to' me an error of no such file..&lt;br /&gt;
And it's right.. Because if there's a file like this in the shell i have to' use 2 backslash(\\). &lt;br /&gt;
So i try this:&lt;br /&gt;
c.get("/private/var/mobile/Library/Mail/\\something/")&lt;br /&gt;
but it gives me the same error!&lt;br /&gt;
what i can do?&lt;br /&gt;
2 suggestions.. Can you add to' the get command a way to' get the entire folder and the same thing to' put?&lt;br /&gt;
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! &lt;/p&gt;&lt;/div&gt;</summary></entry></feed>