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: 3.0.3271
Syntax
public List<string> SendToMirrorServer(
	string server,
	string user,
	string password
)

Parameters

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

Return Value

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