ProfileGetObjectFromPrinterViaFtp Method (Stream, 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 void GetObjectFromPrinterViaFtp(
	Stream destinationStream,
	string filePath,
	string ftpPassword
)
Public Sub GetObjectFromPrinterViaFtp ( 
	destinationStream As Stream,
	filePath As String,
	ftpPassword As String
)
public:
virtual void GetObjectFromPrinterViaFtp(
	Stream^ destinationStream, 
	String^ filePath, 
	String^ ftpPassword
) sealed
Parameters
- destinationStream
 - Type: System.IOStream
NA - filePath
 - Type: SystemString
NA - ftpPassword
 - Type: SystemString
NA 
Implements
FileUtilLinkOsGetObjectFromPrinterViaFtp(Stream, String, String)
Exceptions
See Also