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 Function BeginPutFiles ( _ localPath As String, _ remotePath As String, _ 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 remotePath, AsyncCallback callback, Object state ) |
Parameters
- localPath
- Type: System..::..String
- remotePath
- Type: System..::..String
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object