SftpClient BeginSynchronizeDirectories Method SSH .NET Client Library Documentation
Begins the synchronize directories.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public IAsyncResult BeginSynchronizeDirectories(
	string sourcePath,
	string destinationPath,
	string searchPattern,
	AsyncCallback asyncCallback,
	Object state
)

Return Value

An OnlineIAsyncResult that represents the asynchronous directory synchronization.
Exceptions

See Also