VBA & GSSAPI
Are there any known issues with SessionOptions.AddRawSettings in a 64-bit VBA environment? My code is working with one exception: even though I have
my session is logging in using GSSAPI instea of the usedID and password every time. (The server accepts but does not require GSSAPI logins; if I turn it off in the WinSCP client, it connects correctly.)
SessionOptions.AddRawSettings "AuthGSSAPI", "0"
my session is logging in using GSSAPI instea of the usedID and password every time. (The server accepts but does not require GSSAPI logins; if I turn it off in the WinSCP client, it connects correctly.)