Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 885 Bytes

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 885 Bytes

0.9.0

0.8.0

  • #7 / #10 Made the file upload API asynchronous

0.7.0

  • #7 / #10 Corrupted files on upload

0.6.0

  • Updated examples
  • #6 Fail faster on uploading a non-existing file
  • #8 Made directory listing more compatible (new uid, gid and unknown properties in FTPEntry)

0.5.0

  • List files and directories in current directory

0.4.0

  • Fixed Issue #1 (FTP Servers not sending a space after the status code)

0.3.0

  • Rename files and folders
  • Delete files
  • Error correction for file download & upload
  • Timeout for response from server

0.2.0

  • Change Transfer mode (default is binary)
  • Set Remote file name
  • Small performance optimization
  • Download Files

0.1.0

  • Initial version
  • Connect to an FTP Server with Authorization
  • Get current directory
  • Change directory
  • Make directory
  • Delete directory
  • Upload file (in binary mode)