Skip to content

Commit

Permalink
add faq link
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Jul 15, 2019
1 parent 936bd19 commit 1d3d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Complete API documentation for the `FtpClient` class, which handles all FTP/FTPS

### Directory Listing

- **GetListing**() - Get a [file listing](#faq_listings) of the given directory. Add `FtpListOption.Recursive` to recursively list all the sub-directories as well. Returns one `FtpListItem` per file or folder with all available properties set. Each item contains:
- **GetListing**() - Get a [file listing](#faq_listings) of the given directory. Add `FtpListOption.Recursive` to [recursively list](#faq_recursivelist) all the sub-directories as well. Returns one `FtpListItem` per file or folder with all available properties set. Each item contains:

- `Type` : The type of the object. (File, Directory or Link)

Expand Down

0 comments on commit 1d3d130

Please sign in to comment.