Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: No remote synchronize from ftp to local HDD

Sorry, but "it doesn't work" is not a description of a problem.
oliviertsf

No remote synchronize from ftp to local HDD

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