Click or drag to resize

Profile.GetObjectFromPrinterViaFtp Method (String, String)

This method is not valid for a profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public byte[] GetObjectFromPrinterViaFtp(
	string filePath,
	string ftpPassword
)

Parameters

filePath
Type: System.String
NA
ftpPassword
Type: System.String
NA

Return Value

Type:Byte[]
NA

Implements

FileUtilLinkOs.GetObjectFromPrinterViaFtp(String, String)
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf this method is called.
See Also