upload a folder
Hello
sorry for my english, iam not speak english very well
I try to upload a folder using drop and drag.
please help me.
Thanks
Acris
sorry for my english, iam not speak english very well
I try to upload a folder using drop and drag.
my scripting doesn't work why ?@echo on
rem Generate temporary script to upload %1
set chemin=%1
echo option batch on > script.tmp
echo open login:password@siteweb.org>> script.tmp
echo option confirm off >> script.tmp
echo put %chemin% >> script.tmp
echo exit >> script.tmp
rem Execute script
winscp.exe /script=script.tmp
rem Delete temporary script
del script.tmp
pause
please help me.
Thanks
Acris