ProfileToMirrorServerSendToMirrorServer Method 
             | 
          
        
         
            Stores the profile to the mirror server.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic 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
 - 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: 
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