Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
<ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use the Upload method instead.",  _
	True)> _
Public Function BeginGetFiles ( _
	remotePath As String, _
	localDirectoryPath As String, _
	transferOptions As SftpBatchTransferOptions, _
	existingFileMode As SftpActionOnExistingFiles, _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
C#
[ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use the Upload method instead.", 
	true)]
public IAsyncResult BeginGetFiles(
	string remotePath,
	string localDirectoryPath,
	SftpBatchTransferOptions transferOptions,
	SftpActionOnExistingFiles existingFileMode,
	AsyncCallback callback,
	Object state
)

Parameters

remotePath
Type: System..::..String
localDirectoryPath
Type: System..::..String
transferOptions
Type: Rebex.Net..::..SftpBatchTransferOptions
existingFileMode
Type: Rebex.Net..::..SftpActionOnExistingFiles
callback
Type: System..::..AsyncCallback
state
Type: System..::..Object

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also