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

FIS.Ftp_ReceiveString Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Ftp_ReceiveString
(
	string inHostName,
	string inFtpFilePath,
	NullableRef<string> inUsername,
	NullableRef<string> inPassword,
	bool inUsePassiveMode,
	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.
inUsernameFilNet.NullableRef<string>User name needed to log in. Default value: ftl::NIL.
inPasswordFilNet.NullableRef<string>Password associated with a user name. Default value: ftl::NIL.
inUsePassiveModeboolProtocol communication mode. May be necessary when using a firewall.
outTextstringText read from a remote server.

Function Overrides

See also