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

AVS.Ftp_ReceiveString Method

Downloads a text string from a remote server using FTP (File Transfer Protocol).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Ftp_ReceiveString
(
	string inHostName,
	string inFtpFilePath,
	bool inUsePassiveMode,
	bool inAllowUntrusted,
	out string outText
)

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.
outTextstringText read from a remote server.

Function Overrides

See also