As the owner of the plugin is Dominik Reichl and on his contact page he recommend this forum...
Hello, I needed a special configuration to access my ftps server. I added the follwing two line of code to give access to KeeAutoExecExt.cs (line 234f): ... string str; if (GetString(pe, "IocPropertiesEx", ctxNoEsc, out str)) ioc.PropertiesEx = str; if (GetString(pe, "IocTimeout", ctxNoEsc, out str)) ... PropertiesEx. To allow specify special configuration (e.g. FTPS) it is possible to copy the "KeePass.config" entry for "PropertiesEx" of the connection and set it as the value of "IocPropertiesEx"....
Hello, I needed a special configuration to access my ftps server. I added the follwing two line of code to give access to KeeAutoExecExt.cs (line 234f): ... string str; if (GetString(pe, "IocPropertiesEx", ctxNoEsc, out str)) ioc.PropertiesEx = str; if (GetString(pe, "IocTimeout", ctxNoEsc, out str)) ... PropertiesEx. To allow specify special configuration (e.g. FTPS) it is possible to copy the "KeePass.config" entry for "PropertiesEx" of the connection and set it as the value of "IocPropertiesEx"....
Hello, I needed a special configuration to access my ftps server. I added the follwing two line of code to give access to KeeAutoExecExt.cs (line 234f): ... string str; if (GetString(pe, "IocPropertiesEx", ctxNoEsc, out str)) ioc.PropertiesEx = str; if (GetString(pe, "IocTimeout", ctxNoEsc, out str)) ... PropertiesEx. To allow specify special configuration (e.g. FTPS) it is possible to copy the "KeePass.config" entry for "PropertiesEx" of the connection and set it as the value of "IocPropertiesEx"....
Hello, I needed a special configuration to access my ftps server. I added the follwing two line of code to give access to KeeAutoExecExt.cs (line 234f): ... string str; if (GetString(pe, "IocPropertiesEx", ctxNoEsc, out str)) ioc.PropertiesEx = str; if (GetString(pe, "IocTimeout", ctxNoEsc, out str)) ... PropertiesEx. To allow specify special configuration (e.g. FTPS) it is possible to copy the "KeePass.config" entry for "PropertiesEx" of the connection and set it as the value of "IocPropertiesEx"....