Returns or specifies a host file. This specifies the file for the host to receive (for transfers to the host using FtpSendFile), or the file to be sent to the PC (for transfers to the PC using FtpReceiveFile).
'Declaration
Property XfrFtpRemoteFile As String
'Usage
Dim instance As IFileTransfer
Dim value As String
instance.XfrFtpRemoteFile = value
value = instance.XfrFtpRemoteFile
string XfrFtpRemoteFile {get; set;}
Property Value
The default value is "". This string can be up to 260 characters long.