ProfileToMirrorServerSendToMirrorServer Method
|
Stores the profile to the mirror server.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public List<string> SendToMirrorServer(
string server,
string user,
string password
)
Public Function SendToMirrorServer (
server As String,
user As String,
password As String
) As List(Of String)
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
ListStringA list of the errors that happened while uploading settings and files.
Exceptions 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