# Automatically abort script on errors
option batch abort
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect to SFTP server using a password
open sftp://raback:kok13ki@paja.nic.funet.fi:22022/ -hostkey="ssh-ed25519 256 01:e8:8d:7d:c3:16:ab:c9:bd:f2:30:c0:6b:64:2d:ae"
# Upload file
put d:\ElmerArchive\ElmerFEM-test*.exe /pub/sci/physics/elmer/bin/windows-test/new
put d:\ElmerArchive\ElmerFEM-test*.zip /pub/sci/physics/elmer/bin/windows-test/new
#put d:\ElmerArchive\Readme.txt /pub/sci/physics/elmer/tests/
# Disconnect
close
exit
