0

Creating Folders with the Diagnostic Web Server

I'm creating a Node project that will run on a BrightSign. During development and testing, I got tired of manually copying the files to a memory card to get them onto the BrightSign. After playing with the Diagnostic panel, I realized I could automate the transfer of files from my PC to the BrightSign quite easily; I've got some code calling the same URLs that the diagnostic console uses. While I can transfer files just fine, I can't create any folders. 

 

Looking through the diagnostic web panel, I don't see any way to create a folder. Does the machine have such capabilities? Or is there no way to create a new folder with the diagnostic web panel.

 

Thanks!

3 comments

  • Avatar
    Brandon Official comment

    There is no means to create folders in the DWS.

    You can either upload an autorun.brs with the necessary CreateDirectory commands or use the autorun.zip deploy method to deploy a whole the file/folder structure.

    _________________________________________________________________________
    Friendly reminder, the community forum is intended for user-to-user discussion.  It is not regularly monitored. For troubleshooting problems and to ensure a timely answer from a BrightSign representative, please submit a support ticket

  • 1
    Avatar
    Bright Scripters

    With ssh enabled files and folders on the SD card can be managed with tools like FileZilla

    https://filezilla-project.org/

    If you like VS Code, SFTP extension can transfer files automatically from desktop to SD card upon file save.

    https://marketplace.visualstudio.com/items?itemName=liximomo.sftp

     

  • 0
    Avatar
    Joel Johnson

    Excellent! Thanks Brandon & BrightScripters for your replies.

Please sign in to leave a comment.