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