Let me start by expressing my gratitude to the Wrensoft team. We have used Zoom Search for nearly a decade. It has performed remarkably well as our web site and business have each grown. I can't remember which version we started with, but each update has brought welcome features.
One item, however, has always been lacking: sftp support. I searched the forums and saw that this question has been asked several times before (including at least once by a member of our team). Will sftp functionality be added? Government-sponsored snooping aside, it is crazy to connect to as sensitive an area of a web server as the cgi-bin using plain-text authentication. Using Zoom requires firing up a separate, secure file transfer program after spidering and indexing complete.
The libssh2 library offers reasonably complete, cross-platform support via the sftp_write function. More fully-featured options are available in libcurl, but I don't wish that mess on anyone! As for licensing, libssh2 (not libssh) uses a BSD license, making it nicely compatible with commercial software. OpenSSH is another option, although not as compact as libssh2.
One item, however, has always been lacking: sftp support. I searched the forums and saw that this question has been asked several times before (including at least once by a member of our team). Will sftp functionality be added? Government-sponsored snooping aside, it is crazy to connect to as sensitive an area of a web server as the cgi-bin using plain-text authentication. Using Zoom requires firing up a separate, secure file transfer program after spidering and indexing complete.
The libssh2 library offers reasonably complete, cross-platform support via the sftp_write function. More fully-featured options are available in libcurl, but I don't wish that mess on anyone! As for licensing, libssh2 (not libssh) uses a BSD license, making it nicely compatible with commercial software. OpenSSH is another option, although not as compact as libssh2.
Comment