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

Syntax

Visual Basic
<ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use Download method instead.",  _
	True)> _
Public Sub GetFiles ( _
	remotePath As String, _
	localPath As String _
)
C#
[ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use Download method instead.", 
	true)]
public void GetFiles(
	string remotePath,
	string localPath
)

Parameters

remotePath
Type: System..::..String
localPath
Type: System..::..String

Version Information

.NET Compact Framework

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

See Also