ProfileGetObjectFromPrinterViaFtp Method (String, String)
             | 
          
        
         
            This method is not valid for a profile.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic byte[] GetObjectFromPrinterViaFtp(
	string filePath,
	string ftpPassword
)
Public Function GetObjectFromPrinterViaFtp ( 
	filePath As String,
	ftpPassword As String
) As Byte()
public:
virtual array<unsigned char>^ GetObjectFromPrinterViaFtp(
	String^ filePath, 
	String^ ftpPassword
) sealed
Parameters
- filePath
 - Type: SystemString
NA - ftpPassword
 - Type: SystemString
NA 
Return Value
Type: 
ByteNA
Implements
FileUtilLinkOsGetObjectFromPrinterViaFtp(String, String)
Exceptions
See Also