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

Syntax

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

Parameters

localPath
Type: System..::..String
remoteDirectoryPath
Type: System..::..String
transferOptions
Type: Rebex.Net..::..SftpBatchTransferOptions

Version Information

.NET Compact Framework

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

See Also