edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPFileSyncPair Class

Matched pair of FTPFiles, where one is local and one is the matching remote file.
Inheritance Hierarchy
SystemObject
  EnterpriseDT.Net.FtpFTPFileSyncPair

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public class FTPFileSyncPair : IComparable

The FTPFileSyncPair type exposes the following members.

Constructors
  NameDescription
Public methodFTPFileSyncPair
Constructor.
Top
Properties
  NameDescription
Public propertyLocalFile
Get and set the local file.
Public propertyName
Gets the name of this pair (without its directory).
Public propertyRelativePath
The path relative to the base-directory.
Public propertyRemoteFile
Get and set the remote file.
Top
Methods
Remarks
If either of the references to the two files is null then that indicates that there was no file with a matching name.
See Also