edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPFileSyncPair Constructor

Constructor.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public FTPFileSyncPair(
	string relativePath,
	FTPFile localFile,
	FTPFile remoteFile
)

Parameters

relativePath  String
relative path
localFile  FTPFile
local file reference
remoteFile  FTPFile
remote file reference

See Also