FTPFileSyncPairRemoteFile Property
Get and set the remote file.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public FTPFile RemoteFile { get; set; }
Public Property RemoteFile As FTPFile
Get
Set
public:
property FTPFile^ RemoteFile {
FTPFile^ get ();
void set (FTPFile^ value);
}
member RemoteFile : FTPFile with get, set
Property Value
FTPFile
If this reference is null then there is no remote file whose name matches
that of the local file.