diff --git a/CMakeLists.txt b/CMakeLists.txt index d532d99..c0d256f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ add_executable(ezremote_client add_self(ezremote_client) -add_pkg(ezremote_client ${CMAKE_SOURCE_DIR}/data "RMTC00001" "ezRemote Client" "01.12" 32 0) +add_pkg(ezremote_client ${CMAKE_SOURCE_DIR}/data "RMTC00001" "ezRemote Client" "01.13" 32 0) target_link_libraries(ezremote_client c diff --git a/source/clients/ftpclient.h b/source/clients/ftpclient.h index 0d33ffc..a25c728 100644 --- a/source/clients/ftpclient.h +++ b/source/clients/ftpclient.h @@ -9,7 +9,7 @@ #include "clients/remote_client.h" #include "http/httplib.h" -#define FTP_CLIENT_MAX_FILENAME_LEN 128 +#define FTP_CLIENT_MAX_FILENAME_LEN 255 typedef int (*FtpCallbackXfer)(int64_t xfered, void *arg);