You are here: Start » AVL.NET » AVL.Ftp_ReceiveString(string, string, bool, string)

AVL.Ftp_ReceiveString(string, string, bool, string)

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,
	out string outText
)

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.
outText
Type: System.String
Text read from a remote server.

See also