<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 15: Channelsftp ls of a folder with backslash (\) in it</title><link>https://sourceforge.net/p/sharpssh/bugs/15/</link><description>Recent changes to 15: Channelsftp ls of a folder with backslash (\) in it</description><atom:link href="https://sourceforge.net/p/sharpssh/bugs/15/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 31 Jul 2009 17:38:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sharpssh/bugs/15/feed.rss" rel="self" type="application/rss+xml"/><item><title>Channelsftp ls of a folder with backslash (\) in it</title><link>https://sourceforge.net/p/sharpssh/bugs/15/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Emanuele Guzzetti</dc:creator><pubDate>Fri, 31 Jul 2009 17:38:02 -0000</pubDate><guid>https://sourceforge.net727b5fea29c587022a8441f7fa25f4182903c88f</guid></item></channel></rss>