source: nscp/upload.bat @ 3d782f8

0.4.00.4.10.4.2stable
Last change on this file since 3d782f8 was 358cda1, checked in by Michael Medin <michael@…>, 4 years ago

2009-08-30 MickeM

+ Added -c and -d command line options like so:

NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
NSClient++ -c <command> <argument 1> <argument 2> ...
-d Is the same thing but with debug enabled.

+ Added uninstall of old client (sort of broken but works)

2009-08-29 MickeM

  • Fixed issue with CheckFile (directory)
  • Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.

2009-07-18 MickeM

  • Fixed issue with no loggers avalible and "memory leak"
  • Added "firewall exception" to installer
  • Fixed an issue with the socket data buffer
  • Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
  • Fixed issue with NSCA socket.

2009-07-05 MickeM

2009-06-20 MickeM

  • Fixed issue with CheckDisk and paths not working out properly
  • Property mode set to 100644
File size: 817 bytes
Line 
1rem SET BOOST_BUILD_PATH=D:\tools\boost-build
2SET BOOST_BUILD_PATH=D:\source\libs-c\boost_1_37_0\tools\build\v2
3rem SET TOOLS_DIR=d:\source\tools\;C:\Program Files\7-Zip\
4SET TOOLS_DIR=d:\source\tools\;%ProgramFiles%\7-Zip\
5
6
7SET openssl=D:\source\libs-c\openssl-0.9.8g\include
8SET boost=D:\source\libs-c\boost_1_34_1
9rem SET boost=D:\source\libs-c\boost_1_35_0
10
11set TARGET_LIB_DIR=D:\source\lib
12set TARGET_LIB_x86_DIR=%TARGET_LIB_DIR%\x86
13set TARGET_LIB_x64_DIR=%TARGET_LIB_DIR%\x64
14set TARGET_LIB_IA64_DIR=%TARGET_LIB_DIR%\IA64
15
16set PATH=%PATH%;%TOOLS_DIR%
17
18set TargetDir=stage\
19
20
21pscp.exe "%TargetDir%\archive\*.zip" "%TargetDir%\installer\*.msi" nscp@nsclient.org:/var/nsclient/www/files/nightly/
22rem pscp.exe "%TargetDir%\installer\*.msi" nscp@nsclient.org:/var/nsclient/www/files/nightly/
Note: See TracBrowser for help on using the repository browser.