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

Syntax

Visual Basic
<ObsoleteAttribute("PutFiles method has been deprecated and will be removed. Use Upload method instead.",  _
	True)> _
Public Function BeginPutFiles ( _
	localPath As String, _
	remoteDirectoryPath As String, _
	transferOptions As FtpBatchTransferOptions, _
	existingFileMode As FtpActionOnExistingFiles, _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
C#
[ObsoleteAttribute("PutFiles method has been deprecated and will be removed. Use Upload method instead.", 
	true)]
public IAsyncResult BeginPutFiles(
	string localPath,
	string remoteDirectoryPath,
	FtpBatchTransferOptions transferOptions,
	FtpActionOnExistingFiles existingFileMode,
	AsyncCallback callback,
	Object state
)

Parameters

localPath
Type: System..::..String
remoteDirectoryPath
Type: System..::..String
transferOptions
Type: Rebex.Net..::..FtpBatchTransferOptions
existingFileMode
Type: Rebex.Net..::..FtpActionOnExistingFiles
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