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: winscp for synchronize

win wrote:

1. i would like to connect via cmd to my server. now i prefer a private/public key. i dont want to write my passwort anywhere. when i connect normally with the GUI, winscp connect with the private/public key correctly without type a passwort. When i try with cmd it cannot connect with the keys. (Keyboard interactive)
I give my private key with the option /privatekey=mykey.ppk in the command. Is this correct?

That's one way. The other is to preconfigure a stored session with the key.

2. I want to synchronize a directory. For example the C:\
Can i make some excludes? (When i dont want to copy the directory WINNT and Programs)

option exclude <mask>. See "help option".

3. Is there anywhere an example script for synchronisation with windows schedule?

Example for what?
win

winscp for synchronize

hello

i have tested the winscp for synchronization. now i have more problems, that i cant find in the documentation.

1. i would like to connect via cmd to my server. now i prefer a private/public key. i dont want to write my passwort anywhere. when i connect normally with the GUI, winscp connect with the private/public key correctly without type a passwort. When i try with cmd it cannot connect with the keys. (Keyboard interactive)
I give my private key with the option /privatekey=mykey.ppk in the command. Is this correct?

2. I want to synchronize a directory. For example the C:\
Can i make some excludes? (When i dont want to copy the directory WINNT and Programs)

3. Is there anywhere an example script for synchronisation with windows schedule? (I would use the ini File for configuration and windows schedule to synchronize the specified pathes (includes) - i think this is in my script) or can i make include- and exclude-configuration files for synchronizing?

Thanks for your response...