Releases: deniskovalchuk/libftp
Releases · deniskovalchuk/libftp
v0.3.3
v0.3.2
New
ftp::client
:- Deleted move constructors.
- Internal improvements.
v0.3.1
Fixed
- Added missing includes in
<ftp/ftp.hpp>
:#include <ftp/file_list_reply.hpp>
#include <ftp/file_size_reply.hpp>
v0.3.0
v0.2.0
Breaking changes
ftp::client::get_file_list()
now returnsftp::file_list_reply
, which provides the parsed list of files.ftp::client::get_file_size()
now returnsftp::file_size_reply
, which provides the parsed size.ftp::replies::get_list()
now returnsstd::vector
instead ofstd::list
.ftp::replies::get_list()
renamed toftp::replies::get_replies()
.
New
- Added
ftp::observer::on_connected()
.
v0.1.0
This is the first release of the libftp project. The public API is stable, but minor changes are possible until version 1.0.0.