Search code examples
pythonsftpapache-tika

using apache tika for scanning documents on servers using sftp


I have a tika code in a server. I want to create an SFTP session with another server with files and run Apache tika on that server. I am using python as back end. Will this work ? is my approach correct ?

Thanks


Solution

  • So, what I was planning to do was not ideal . . Apache Tika requires to scan physical files to fetch metadata. I made a bridge and started from sessions pulling files to the server Tika code was hosted.