# File Transfer
These functions provide file transfer capability to and from the Moku. The most common use of these functions is to retrieve Data Logger files from the Moku's storage.
Functions
Core
- delete_file: Delete file from the Moku file system
- download_file: Download file from the Moku file system to local machine
- list_files: List files from the Moku file system
- upload_file: Upload file to the Moku file system
delete →