File System

Change Directory cd somedirecotryname cd .. List Directory Contents dir Move File move c:\somefolder\myfile1.txt c:\somefolder\myfile2.txt Copy File xcopy c:\somefolder\myfile1.txt c:\somefolder\myfile2.txt Delete File del Make Directory md c:\test Remove Directory rd c:\test  

Read More

Enabling Command Line

SSH and PowerShell connections can use the command line at will, because they have requried administrator log in to create the connection.  However if command line access is not enabled for the default user you will get the following error for any command you try to run on the command line using the device itself […]

Read More

.Connecting remotely to the command line

SSH Use a SSH client (e.g. PuTTY, FireFTP, etc) Give it the device IP address, select SSH, port 22. These are the default user account details: Username: Administrator Password: p@ssw0rd (this will likely may have been changed by you when ssetting up the device) If it won't connect try re-booting the device (we had to after […]

Read More