FTPFileSyncPair Constructor
Constructor.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public FTPFileSyncPair(
string relativePath,
FTPFile localFile,
FTPFile remoteFile
)
Public Sub New (
relativePath As String,
localFile As FTPFile,
remoteFile As FTPFile
)
public:
FTPFileSyncPair(
String^ relativePath,
FTPFile^ localFile,
FTPFile^ remoteFile
)
new :
relativePath : string *
localFile : FTPFile *
remoteFile : FTPFile -> FTPFileSyncPair
Parameters
- relativePath String
- relative path
- localFile FTPFile
- local file reference
- remoteFile FTPFile
- remote file reference