Post a reply

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

andey

I found the issue. I was using the ini from the gui and there I was in a different path.
Supplying /ini=nul to the calling command helped :)
andey

Relative path in script with "synchronize" command

Hello,
I need a simple script which synchronizes a local folder with a remove folder.

All my code is stored in a git managed folder. My attempt for a script was as simple as this:
open "MyServer"
synchronize remote ./mod_erstattungen /winscptest
close

Unfortunately, the relative path with ./mod_erstattungen is not working from within my repository.
Can I somehow make this work, f.e. referencing the folder from where I called the script?

Thanks in advance and kind regards
Andreas