It's a .bat script, that I run from my Windows Desktop ... So, it didn't use a particular account ...
This is the script launched by WinSCP :
I've read your FAQ, I have activated the .ini file and configured the options of cache I wanted:
It works! thank you for your help!
This is the script launched by WinSCP :
option confirm off
open login:password@xx.xxx.xx.xx
cd ../../exec/applis/myAppli/current/logs
option transfer binary
get *.log c:\myDirectory\
close
I've read your FAQ, I have activated the .ini file and configured the options of cache I wanted:
[Sessions\Default%20Settings]
CacheDirectories=0
CacheDirectoryChanges=0
PreserveDirectoryChanges=0
It works! thank you for your help!