Ok, thank you. Unfortunately, this is not compatible with my current workflow to use Keypirinha with the WinSCP package and just type "winscp [sitename] ENTER" to directly connect.
- Sieboldianus
How does everybody manage their connection lists otherwise? I have 50+ entries and manually updating ini's on several computers is impossible.
Ctrl+U
on an entry in the list, then WinSCP opens and logs in.
winscp.ini
in Git to sync connections across 3 machines. Solving merge conflicts is a pain due to the automatically generated logging entries. It would be great if at least the connection list could be split from the main winscp.ini
.
WinSCP.ini
under Git control to sync my saved connections between two machines. But because of the ini vars JumpList
, LastStoredSession
and RunsSinceLastTip
the WinSCP.ini
is modified all the time even if I just open WinSCP.
WinSCP.ini
into two files? For example WinSCP.ini
for all the real config options and connections and Workspace.ini
for all the permanently changing / temporary vars like JumpList
, LastStoredSession
and RunsSinceLastTip
?