You are here: Start » AVL.NET » AVS.Ftp_SendImage Method

AVS.Ftp_SendImage Method

Sends an image to a remote server using FTP (File Transfer Protocol).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Ftp_SendImage
(
	AvlNet.Image inImage,
	string inHostName,
	string inDestinationFileName,
	bool inUsePassiveMode,
	bool inAllowUntrusted
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageImage to send.
inHostNamestring\"ftp://\"URL address of the remote server. Default value: "ftp://".
inDestinationFileNamestringPath where an image file should be saved 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.

Function Overrides

See also