Skip to content

Commit

Permalink
test okay promoting version to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 4, 2024
1 parent dccc7b4 commit 9816a22
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Debug.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Show process with number of threads
ps -eLf | grep uFTP
11 changes: 11 additions & 0 deletions build/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cd ..
# -------------------------------
make clean
make CC=/opt/cross/bin/arm-linux-musleabihf-gcc ENDFLAG=-static
cp build/uFTP /var/www/html/uftpserver.com/downloads/binaries/latest/armhf/uFTP
# ---------------------------------
make clean
make CC=musl-gcc ENDFLAG=-static
cp build/uFTP /var/www/html/uftpserver.com/downloads/binaries/latest/x64/uFTP

cd build
2 changes: 1 addition & 1 deletion ftpServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define FTPSERVER_H

#define MAX_FTP_CLIENTS 10
#define UFTP_SERVER_VERSION "v2.5.0 RC4"
#define UFTP_SERVER_VERSION "v2.6.0 stable"


void runFtpServer(void);
Expand Down

0 comments on commit 9816a22

Please sign in to comment.