Sorry, but "it doesn't work" is not a description of a problem.
Hi,
I just install winscp in order to synchronize some file from my computer to some ftp, so i follow some sample
So i create this script
# winscp.com /sc# Being intended for interactive session, we are not enabling batch mode
# Connect
open ftp://xxxx:xxxxx@xxxxxxxx
# Synchronize paths provided via environment variables
option transfer binary
synchronize remote d:\images\eclipse /www/eclipse
# Exit WinSCP
exit
but it doesn't work
I try to synchronise ftp to my computer 'local' argument it work. So i don't understand what is wrong.
Thank for your help.
Olivier