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

AVL.Ftp_ReceiveFile(string, string, string, bool)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void Ftp_ReceiveFile(
	string inFilePath,
	string inHostName,
	string inFtpFilePath,
	bool inUsePassiveMode
)

Parameters

inFilePath
Type: System.String
Location of the file on a remote server
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.

See also