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

AVL.Ftp_SendFile(string, string, string, bool)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void Ftp_SendFile(
	string inFilePath,
	string inHostName,
	string inDestinationFileName,
	bool inUsePassiveMode
)

Parameters

inFilePath
Type: System.String
Path to a file stored on the local drive.
inHostName
Type: System.String
URL address of the remote server.
inDestinationFileName
Type: System.String
Path where a file should be saved on a remote server.
inUsePassiveMode
Type: System.Boolean
Protocol communication mode. May be necessary when using a firewall.

See also