KFHT#51629 EXACT-export+import/FTP naar SFTP

svn path=/Website/branches/v2017.3/; revision=37586
This commit is contained in:
Maarten van der Heide
2018-04-10 11:04:51 +00:00
parent 5ac8631c71
commit db716c1fb6
2 changed files with 6 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ REM (c) 2015 Facilitor B.V.
REM
REM ================================================== transfer file to KIEN/FACILITOR
ftp.exe -ni -s:ftp_htc2opdr.scr
REM ftp.exe -ni -s:ftp_htc2opdr.scr
psftp -l Facilitor -pw hH5Aqj3 csmftp01.hightechcampus.nl -b sftp_htc2opdr.scr
REM ================================================== create exportfile
cscript ..\..\..\utils\gen_import\gen_import.wsf KFHT EXACT >>gen_import.log 2>>&1

View File

@@ -0,0 +1,4 @@
cd export
mget *.XML
rm *.XML
bye