You are here: Start » FIL.NET » FIS.Ftp_ReceiveImage Method

FIS.Ftp_ReceiveImage Method

Downloads an image from a remote server using FTP (File Transfer Protocol).

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Ftp_ReceiveImage
(
	string inHostName,
	string inFtpFilePath,
	bool inUsePassiveMode,
	bool inAllowUntrusted,
	bool inLoadAlphaChannel,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inHostNamestring\"ftp://\"URL address of the remote server. Default value: "ftp://".
inFtpFilePathstringLocation of the file on a remote server.
inUsePassiveModeboolProtocol communication mode. May be necessary when using a firewall.
inAllowUntrustedboolFalseWhether or not to allow untrusted SSL certificates. Default value: False.
inLoadAlphaChannelboolWhether to load the alpha channel (if exists) as an additional image channel.
outImageFilNet.ImageImage downloaded from the remote server.

Function Overrides

See also