Management of BeagleBone Black Files
You can manage files on the BeagleBone® Black hardware. The getFile
function downloads files
from the BeagleBone Black hardware. The putFile
function uploads files to
the BeagleBone Black hardware. The deleteFile
function deletes files
on the BeagleBone Black hardware. All of these functions:
Use SCP and SSH protocols, which provide encrypted communications.
Use the current folder in MATLAB® as the default file location in on the host computer.
Use the present working folder (
pwd
) as the default file location on the BeagleBone Black hardware.Accept absolute or relative paths to specify nondefault file locations.
Let you specify the destination file name.
For more information, see: