'Declaration
Function FTPReceiveFile( _
ByVal As String, _
ByVal As String, _
ByVal As TransferTypeOption, _
ByVal As DestinationFileExistsOption, _
ByVal As Date, _
ByVal As Date, _
ByVal As String _
) As ReturnCode
'Usage
Dim instance As IFileTransfer
Dim localFile As String
Dim remoteFile As String
Dim transferType As TransferTypeOption
Dim fileExists As DestinationFileExistsOption
Dim before As Date
Dim since As Date
Dim exclude As String
Dim value As ReturnCode
value = instance.FTPReceiveFile(localFile, remoteFile, transferType, fileExists, before, since, exclude)