Skip to content

v0.5

Compare
Choose a tag to compare
@fclairamb fclairamb released this 05 Mar 10:58
e8c6168

This is a bug fix release.

  • #64 : Files listing (fixed by @backlin, reviewed by @mgenov): LIST/MLSD files listing were adding incorrect caracters
  • #71 : Handling file transfers (contributions from @buyology, @marshallbrekka): File access errors and file transfers were not correctly handled. For file access errors, this resulted in possibly giving a false impression that the file was correctly flushed because the error on Close was discarded. For errors during connection handling, it was resulting in not closing the opened file, which means file descriptor leak.