Skip to content

0.0.6

Compare
Choose a tag to compare
@swaechter swaechter released this 13 Aug 08:04
· 11 commits to a2d6649ac4a2ace33dbdbf60307a79c4d8a34c0f since this release

New Features

  • Add the possibility to use a custom SmbConfig config in the SharedConnection
  • Add the possibility to read time attributes like creation time, last access time, last change time and change time
  • Add the possibility to read the file size of a file
  • Automatically create a non-existing file when someone is accessing the input stream to read/download a file

Breaking Changes

  • None

Known Issues

  • Somehow the creation time of a file gets updated when someone is accessing the input stream of the file. This looks like a wrong open mode or something similar