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

Alex_78

Many thanks, has today checked and really all work.
martin

Well, WinSCP synchronizes all file by default. It can actually be configured to synchronize existing files only. This can be configured in GUI only, but script uses the configuration. So please first check if this is the case.
Alex_78

But in my version new files are not transferred in the removed folder. May be it is because of specific options or WinSCP caches status of directories?
martin

Re: Synchronization

Alex_78 wrote:

WinSCP synchronize already available files, that is if i create a new file in a local directory it will not be written down in a remote folder?

No WinSCP synchronizes all files. Even new ones.
Alex_78

Synchronization

Hello,

Have I correctly understand that when i realize synchronization with the script:

option batch on
option confirm off
open mark
option transfer
option exclude "*.idx; *.hdx; *.xdx; .htaccess; Backups; Cache; Logs"
synchronize remote D:\www\Sites\a1 /test/www/Sites/a1
close
exit

WinSCP synchronize already available files, that is if i create a new file in a local directory it will not be written down in a remote folder?
And when i realize synchronization with GUI - all is transferred.