Skip to content

Commit

Permalink
Add periods to all links
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Gupta committed Jul 18, 2017
1 parent ed9b8be commit 94d76a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ Complete API documentation for the `FtpClient` class, which handles all FTP/FTPS
- **IsClone** - Checks if this control connection is a clone. **Default:** false.



*File Listings*

- **ListingParser** - File listing parser to be used. Automatically calculated based on the type of the server, unless changed. File listing parsing has improved in 2017, but to use the older parsing routines please use `FtpParser.Legacy`. **Default:** `FtpParser.Auto`.
Expand All @@ -371,6 +372,10 @@ Complete API documentation for the `FtpClient` class, which handles all FTP/FTPS

- **RecursiveList** - Check if your server supports a recursive LIST command (`LIST -R`). If you know for sure that this is unsupported, set it to false. **Default:** true.

- **BulkListing** - Increase performance of GetListing by reading multiple lines at once. If GetListing is having issues with your serve, set it to false. **Default:** true.

- **BulkListingLength** - Bytes to read during GetListing. Only honored if BulkListing is true. **Default:** 128.



*File Transfer*
Expand Down Expand Up @@ -1100,6 +1105,9 @@ This is not a bug in FluentFTP. RFC959 says that EOF on stream mode transfers is
## Release Notes
#### 17.5.9
- Increase performance of GetListing by reading multiple lines at once (thanks [sierrodc](https://github.com/sierrodc))
#### 17.5.8
- Add support for parsing AS400 listings inside a file (5 fields) (thanks [rharrisxtheta](https://github.com/rharrisxtheta))
- Retry interpreting file listings after encountered invalid date format (thanks [rharrisxtheta](https://github.com/rharrisxtheta))
Expand Down

0 comments on commit 94d76a1

Please sign in to comment.