Overload | Description |
---|---|
DownloadDirectoryAsync(String,String,Boolean,String,Object) | Download files matching the wildcard pattern. |
DownloadDirectoryAsync(String,String,Boolean,String) | Download files matching the wildcard pattern. |
DownloadDirectoryAsync(String,String,Boolean,Regex,Object) | Download files matching the regular expression. |
DownloadDirectoryAsync(String,String,Boolean,Regex) | Download files matching the regular expression. |
DownloadDirectoryAsync(String,String,Object) | Download an entire directory, subdirectories, and files asynchronously using FTP. |
DownloadDirectoryAsync(String,String,Boolean,DateTime,DateTime) | Download files that are modified between two dates. |
DownloadDirectoryAsync(String,String,Boolean,Int32,Int32) | Download files that are in a certain size range |
DownloadDirectoryAsync(String,String,Boolean,Int32,Int32,Object) | Download files that are in a certain size range |
DownloadDirectoryAsync(String,String,Boolean,DateTime,DateTime,Object) | Download files that are modified between two dates. |
DownloadDirectoryAsync(String,String) | Download an entire directory, subdirectories, and files asynchronously using FTP. |