<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Listing and deleting files from surfer CLI]]></title><description><![CDATA[<p dir="auto">Is it possible to list remote files and  delete them with the surfer CLI?</p>
<p dir="auto">When doing quick updates/testing, I now need to either go through the web terminal or the web interface.</p>
<p dir="auto">It would be nice to be able to do everything from the same interface. (Maybe it's implemented but not documented?)</p>
]]></description><link>https://forum.cloudron.io/topic/3358/listing-and-deleting-files-from-surfer-cli</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 15:01:13 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/3358.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Oct 2020 22:31:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Listing and deleting files from surfer CLI on Mon, 12 Oct 2020 18:43:43 GMT]]></title><description><![CDATA[<p dir="auto">Removing the root ala <code>/</code> does not work. I have to fix the code. The code is at <a href="https://git.cloudron.io/cloudron/surfer/-/tree/master/cli" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/surfer/-/tree/master/cli</a></p>
]]></description><link>https://forum.cloudron.io/post/15653</link><guid isPermaLink="true">https://forum.cloudron.io/post/15653</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 12 Oct 2020 18:43:43 GMT</pubDate></item><item><title><![CDATA[Reply to Listing and deleting files from surfer CLI on Mon, 12 Oct 2020 18:41:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I didn't try with <code>-r</code> parameter, so it probably works, it's just that it's not in the documentation. Is Surfer CLI based on a known CL implementation I can read on?</p>
]]></description><link>https://forum.cloudron.io/post/15652</link><guid isPermaLink="true">https://forum.cloudron.io/post/15652</guid><dc:creator><![CDATA[ruihildt]]></dc:creator><pubDate>Mon, 12 Oct 2020 18:41:01 GMT</pubDate></item><item><title><![CDATA[Reply to Listing and deleting files from surfer CLI on Mon, 12 Oct 2020 18:29:51 GMT]]></title><description><![CDATA[<p dir="auto"><code>surfer del -r dir</code>  works. I guess we need to make <code>surfer del -r /</code> work.</p>
]]></description><link>https://forum.cloudron.io/post/15650</link><guid isPermaLink="true">https://forum.cloudron.io/post/15650</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 12 Oct 2020 18:29:51 GMT</pubDate></item><item><title><![CDATA[Reply to Listing and deleting files from surfer CLI on Mon, 12 Oct 2020 18:15:48 GMT]]></title><description><![CDATA[<p dir="auto">Indeed attempting to remove the root folder contents does not work and also does not report an error. I am anyways improving the cli just now so I will fix this for the next version. Please note that using <code>*</code> here is a bit tricky as the shell might expand that for the local files!</p>
]]></description><link>https://forum.cloudron.io/post/15649</link><guid isPermaLink="true">https://forum.cloudron.io/post/15649</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 12 Oct 2020 18:15:48 GMT</pubDate></item><item><title><![CDATA[Reply to Listing and deleting files from surfer CLI on Mon, 12 Oct 2020 15:40:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I just tried deleting the whole files with <code>surfer del /</code>, <code>surfer del *</code> and <code>surfer del /*</code>, whoc doesn't work.</p>
<p dir="auto">Is there a way to delete everything at once?</p>
]]></description><link>https://forum.cloudron.io/post/15627</link><guid isPermaLink="true">https://forum.cloudron.io/post/15627</guid><dc:creator><![CDATA[ruihildt]]></dc:creator><pubDate>Mon, 12 Oct 2020 15:40:30 GMT</pubDate></item><item><title><![CDATA[Reply to Listing and deleting files from surfer CLI on Thu, 08 Oct 2020 22:59:42 GMT]]></title><description><![CDATA[<p dir="auto">I didn't think of typing just the app name, I was just looking at the documentation. <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f605.png?v=665e13d50c8" class="not-responsive emoji emoji-android emoji--sweat_smile" style="height:23px;width:auto;vertical-align:middle" title=":sweat_smile:" alt="😅" /></p>
<p dir="auto">I suggest to add this info to the cloudron surfer app doc, it might help inattentive people like me.^^</p>
]]></description><link>https://forum.cloudron.io/post/15264</link><guid isPermaLink="true">https://forum.cloudron.io/post/15264</guid><dc:creator><![CDATA[ruihildt]]></dc:creator><pubDate>Thu, 08 Oct 2020 22:59:42 GMT</pubDate></item><item><title><![CDATA[Reply to Listing and deleting files from surfer CLI on Thu, 08 Oct 2020 22:40:56 GMT]]></title><description><![CDATA[<pre><code>$ surfer
Usage: surfer [options] [command]

Options:
  -V, --version                output the version number
  -s, --server &lt;url&gt;           Server URL (optional)
  -t, --token &lt;access token&gt;   Server Access Token (optional)
  -h, --help                   display help for command

Commands:
  login [options] &lt;url&gt;        Login to server
  logout                       Logout from server
  put [options] &lt;file|dir...&gt;  Puts a list of files or dirs to the destination. The last argument is destination dir
  get [file|dir]               Get a file or directory listing
  del [options] &lt;file&gt;         Delete a file or directory
  help [command]               display help for command
</code></pre>
<p dir="auto">Is surfer get and surfer del what you want?</p>
]]></description><link>https://forum.cloudron.io/post/15260</link><guid isPermaLink="true">https://forum.cloudron.io/post/15260</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 08 Oct 2020 22:40:56 GMT</pubDate></item></channel></rss>