Click or drag to resize

ProfileToMirrorServerSendToMirrorServer Method

Stores the profile to the mirror server.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public List<string> SendToMirrorServer(
	string server,
	string user,
	string password
)

Parameters

server
Type: SystemString
The FTP server path.
user
Type: SystemString
The FTP user name. (The user should have read/write/create/delete access.)
password
Type: SystemString
The FTP password.

Return Value

Type: ListString
A list of the errors that happened while uploading settings and files.
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
FileNotFoundExceptionIf the profile is not found.
IOExceptionIf an I/O error occurs.
Remarks
This method also deletes all files in appl/, commands/, and files/ directory before storing the contents of the profile in the proper directories.
See Also