Overload | Description |
---|---|
GetDirectoryListing(DateTime,DateTime,Boolean) | Get a listing of the files in the current FTP directory and filter between a start and end date |
GetDirectoryListing(Int64,Int64,Boolean) | Get a listing of the files in the current FTP directory between a range of bytes |
GetDirectoryListing(String,Boolean) | Get a listing of the files in the current FTP directory matching the passed wildcard expression |
GetDirectoryListing(Regex,Boolean) | Get a listing of the files in the current FTP directory matching the passed regular expression |
GetDirectoryListing() | Return a list of the files in the current ftp directory |