Click or drag to resize

FTPGetFile Method (String, String, String, String, String, String, Boolean)

Gets a file from the remote FTP server.

Namespace:  Koden.Utils.FTPClient
Assembly:  Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntax
public static FWRetVal GetFile(
	string strHost,
	string strUserName,
	string strPassword,
	string serverPath,
	string serverFile,
	string localDestPath,
	bool deleteAfterRetrieve = false
)

Parameters

strHost
Type: SystemString
The host.
strUserName
Type: SystemString
Name of theuser.
strPassword
Type: SystemString
The password.
serverPath
Type: SystemString
The server path.
serverFile
Type: SystemString
The server file.
localDestPath
Type: SystemString
The local dest path.
deleteAfterRetrieve (Optional)
Type: SystemBoolean
The delete after retrieve.

Return Value

Type: FWRetVal

[Missing <returns> documentation for "M:Koden.Utils.FTPClient.FTP.GetFile(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

See Also