Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use Download method instead.", _ True)> _ Public Function BeginGetFiles ( _ remotePath As String, _ localDirectoryPath As String, _ transferOptions As FtpBatchTransferOptions, _ existingFileMode As FtpActionOnExistingFiles, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
| C# |
|---|
[ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use Download method instead.", true)] public IAsyncResult BeginGetFiles( string remotePath, string localDirectoryPath, FtpBatchTransferOptions transferOptions, FtpActionOnExistingFiles existingFileMode, AsyncCallback callback, Object state ) |
Parameters
- remotePath
- Type: System..::..String
- localDirectoryPath
- Type: System..::..String
- transferOptions
- Type: Rebex.Net..::..FtpBatchTransferOptions
- existingFileMode
- Type: Rebex.Net..::..FtpActionOnExistingFiles
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object