Downloads the specified files and/or directories from the FTP server to the local directory.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Sub Download ( _ set As FileSet, _ localDirectoryPath As String _ ) |
C# |
---|
public void Download( FileSet set, string localDirectoryPath ) |
Parameters
- set
- Type: Rebex.IO..::..FileSet
A filtering set which specifies remote files and directories to be downloaded.
- localDirectoryPath
- Type: System..::..String
The path of the local directory. This must be a directory.