Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request nodeftpd#111 from compulim/patch-1
Browse files Browse the repository at this point in the history
Update README.md on createWriteStream requirement
  • Loading branch information
sstur authored Aug 22, 2016
2 parents 0f014b1 + 909ea21 commit 0d299f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,9 @@ The following must be implemented:
- specific object properties: `{ mode, isDirectory(), size, mtime }`
- if `useWriteFile` option is not set or is false
- `createWriteStream`: _Returns a writable stream, requiring:_
- events: 'open', 'error', 'close'
- functions: 'write'
- events: 'open', 'error', 'finish'
- functions: 'write', 'end'
- properties: 'bytesWritten'
- if `useWriteFile` option is set to 'true'
- `writeFile`
- if `useReadFile` option is not set or is false
Expand Down

0 comments on commit 0d299f7

Please sign in to comment.