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 Sub GetFiles ( _ remotePath As String, _ localDirectoryPath As String, _ transferOptions As FtpBatchTransferOptions _ ) |
C# |
---|
[ObsoleteAttribute("GetFiles method has been deprecated and will be removed. Use Download method instead.", true)] public void GetFiles( string remotePath, string localDirectoryPath, FtpBatchTransferOptions transferOptions ) |
Parameters
- remotePath
- Type: System..::..String
- localDirectoryPath
- Type: System..::..String
- transferOptions
- Type: Rebex.Net..::..FtpBatchTransferOptions