Get file (FR)

Perfecto Command

mobile:media:get

Purpose

Copies a file from the device's file-system to the Perfecto Repository. Provide the full specification of the file location in the Repository and the target file location (including the file name) on the device.

Parameters

Name

Type

Possible Values

Description

handsetFile

String

The device file path, including root and file name, where the file is located. The root can be phone or card.

Examples:

Copy

iOS

phone:/Media/image.png
Copy

Android

phone:/sdcard/DCIM/Camera/image.png

To retrieve all files in a folder, use a wildcard.

Examples:

Copy

iOS

phone:/Media/*
Copy

Android

phone:/sdcard/DCIM/Camera/*

When using a wildcard, the Repository key parameter should specify a folder.

To view the device file system, log in to the Perfecto Lab interface and use the file transfer widget.

repositoryFile

String

The full repository path, including directory and file name, where to save the file.

Example: PRIVATE:image.png

Return Value

None

Exceptions

None

Examples