You are here: Start » AVL.NET » AVL.Ftp_ReceiveImage(string, string, bool, bool, AvlNet.Image)

AVL.Ftp_ReceiveImage(string, string, bool, bool, AvlNet.Image)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inHostName
Type: System.String
URL address of the remote server.
inFtpFilePath
Type: System.String
Location of the file on a remote server.
inUsePassiveMode
Type: System.Boolean
Protocol communication mode. May be necessary when using a firewall.
inLoadAlphaChannel
Type: System.Boolean
Whether to load the alpha channel (if exists) as an additional image channel
outImage
Type: AvlNet.Image
Image downloaded from the remote server.

See also