Skip to content

Commit

Permalink
Fix upstream 404
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed May 18, 2020
1 parent 3a871a7 commit 6a69a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/setup_ftp_test_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For license see LICENSE
#

FTPSERVER_VERSION="0.5"
FTPSERVER_VERSION="0.6.0"
FTPSERVER_BINARY="/tmp/ftpserver"
FTP_DIR="$HOME"/knoxite_ftp

Expand All @@ -17,7 +17,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
fi

# download ftpserver
curl -L "https://github.com/fclairamb/ftpserver/releases/download/v${FTPSERVER_VERSION}/ftpserver-${OS}-amd64" --output ${FTPSERVER_BINARY}
curl -L "https://github.com/fclairamb/ftpserverlib/releases/download/v${FTPSERVER_VERSION}/ftpserver-${OS}-amd64" --output ${FTPSERVER_BINARY}
chmod +x ${FTPSERVER_BINARY}

# create dirs
Expand Down

0 comments on commit 6a69a53

Please sign in to comment.