mirror of
https://github.com/kingk85/uFTP.git
synced 2025-04-12 10:48:40 +03:00
test okay promoting version to stable
This commit is contained in:
2
Debug.txt
Normal file
2
Debug.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Show process with number of threads
|
||||
ps -eLf | grep uFTP
|
11
build/deploy.sh
Executable file
11
build/deploy.sh
Executable file
@ -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
|
@ -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);
|
||||
|
Reference in New Issue
Block a user