Networking layer feature requests
Posted: Fri Mar 01, 2013 6:20 pm
Not sure exactly what is intended for the rework of the networking layer that has been mentioned as a secret post-facto stretch goal, but I do have a few things that I would love to see built into Livecode:
SMTP Support - It would be nice to have this built-in rather than through a 3rd party library, even if the support is implemented in live code rather than in the engine - just having it as a built in, documented in the dictionary feature would be great.
sFTP support - Same deal. There is a library available, but having it built in would be preferable. Also support for both passwords and certificates (don't know if the existing library supports both or not)
LDAP support - I have cobbled together something that allows me to do LDAP directory queries by shelling out to LDAPSearch, but it would be nice to have the ability to do searches directly from within Livecode and I can't figure out how to implement it myself (because I suck at real computer stuff). It would also be great to have a method of authenticating against LDAP built into Livecode.
Those are the things that spring to mind for me as far as new functionality goes. Especially the sFTP functionality. A lot of corporations are turning FTP off completely in order to comply with regulations like PCI and HIPAA, so it is especially important to provide an sFTP solution (I am directly impacted by this, so I want it, of course...)
SMTP Support - It would be nice to have this built-in rather than through a 3rd party library, even if the support is implemented in live code rather than in the engine - just having it as a built in, documented in the dictionary feature would be great.
sFTP support - Same deal. There is a library available, but having it built in would be preferable. Also support for both passwords and certificates (don't know if the existing library supports both or not)
LDAP support - I have cobbled together something that allows me to do LDAP directory queries by shelling out to LDAPSearch, but it would be nice to have the ability to do searches directly from within Livecode and I can't figure out how to implement it myself (because I suck at real computer stuff). It would also be great to have a method of authenticating against LDAP built into Livecode.
Those are the things that spring to mind for me as far as new functionality goes. Especially the sFTP functionality. A lot of corporations are turning FTP off completely in order to comply with regulations like PCI and HIPAA, so it is especially important to provide an sFTP solution (I am directly impacted by this, so I want it, of course...)