What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

AiCloud root folder

bg604

Occasional Visitor
I am trying to delete a pdf file in the root folder of my USB drive that is connected to my n66u

Version of firmware: Asuswrt-Merlin - 3.0.0.4.374.35_4 (30-Nov-2013)

I have tried through FTP as well and the pdf file does not show up but the music and mp3 does



I searched Asus FAQ and found this:
http://event.asus.com/2012/nw/aicloud/faq.html

Why cannot I see the upload button in web interface.
For security reason, AiCloud does not support root folder file changing. Use secondary folder to upload files.



http://i.imgur.com/ir3U7B4.png

http://i.imgur.com/kiVZSNm.png
 
Simplest way is to do it through ssh, telnet, or the Tools -> Run Cmd page. Determine the full path (i.e. /mnt/sda1/file.pdf) then run this command:

Code:
rm /mnt/sda1/file.pdf

(be warned that Linux is case-sensitive)
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top