fixing FTP access

This commit is contained in:
rusefi 2017-08-29 22:14:38 -04:00
parent ed496d52fb
commit 51737f4a53
3 changed files with 5 additions and 3 deletions

View File

@ -4,9 +4,11 @@ doxygen
IF NOT ERRORLEVEL echo doxygen run FAILED
IF NOT ERRORLEVEL 0 EXIT /B 1
set FTP_SERVER=home451478433.1and1-data.host
rem http://www.ncftp.com/download/
rem actually Cygwin http://rusefi.com/wiki/index.php?title=Internal:Software:Build_Server
cd ../doxygen
ncftpput -R -v -u u71977750-docs -p %RUSEFI_DOXYGEN_FTP_PASS% rusefi.com /html html/*
ncftpput -R -v -u u71977750-docs -p %RUSEFI_DOXYGEN_FTP_PASS% %FTP_SERVER% /html html/*

View File

@ -3,7 +3,7 @@ rem This script would compile firmware, dev console and win32 simulator into a s
rem This script depends on Cygwin tools: zip
rem
FTP_SERVER=home451478433.1and1-data.host
set FTP_SERVER=home451478433.1and1-data.host
echo build_current_bundle.bat: Hello rusEfi build full bundle

View File

@ -1,6 +1,6 @@
echo I am unit_tests.bat
FTP_SERVER=home451478433.1and1-data.host
set FTP_SERVER=home451478433.1and1-data.host
cd firmware