edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Matched pair of FTPFiles, where one is local and one is the matching remote file.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public class FTPFileSyncPair : IComparable
Visual Basic
Public Class FTPFileSyncPair _
	Implements IComparable
Visual C++
public ref class FTPFileSyncPair : IComparable

Remarks

If either of the references to the two files is null then that indicates that there was no file with a matching name.

Inheritance Hierarchy

System..::..Object
  EnterpriseDT.Net.Ftp..::..FTPFileSyncPair

See Also