RemoteFile Property
The file on the remote host.
Syntax
[VB.NET] Public Property RemoteFile As String
[C#] public string RemoteFile {get; set;}
Remarks
This property indicates the file on the remote host. When GetFile is called, this property must be a valid file on the RemoteHost.
Default Value
""