You are here: Start » FIL.NET » FIS.Ftp_ReceiveFile Method
FIS.Ftp_ReceiveFile Method
Downloads a file from a remote server using FTP (File Transfer Protocol).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void Ftp_ReceiveFile ( string inFilePath, string inHostName, string inFtpFilePath, bool inUsePassiveMode )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFilePath | string | Location of the file on a remote server. | ||
![]() | inHostName | string | \"ftp://\" | URL address of the remote server. Default value: "ftp://". | |
![]() | inFtpFilePath | string | Location of the file on a remote server. | ||
![]() | inUsePassiveMode | bool | Protocol communication mode. May be necessary when using a firewall. |