"/synchronize" parameter does not seem to reuse existing session in GUI
Hi all,
Isn't this invocation syntax supposed to reuse an existing idle session from the GUI ?
I've opened a session in the GUI manually, renamed the session to "linux", selected some files in the local pane, hit Synchronize with Both + Selected files only + Use same options next time and all went well.
I then tried to run
The refresh invocation seems to work just fine
Am I not reading the docs right ?
Thanks !
Isn't this invocation syntax supposed to reuse an existing idle session from the GUI ?
winscp.exe [mysession] /synchronize [local_directory] [remote_directory] [/defaults[=secs]]
I then tried to run
winscp.exe linux /synchronize /defaults
from the command line but the command tries to open a new session to host "linux" instead of reusing the existing session with this name which is active and idle.
The refresh invocation seems to work just fine
winscp.exe [mysession] /refresh [path]
Thanks !