0 votes
by (270 points)

Hi, does the rebex has FileServer API that support java? We are looking into setting up our own SFTP server in linux environment. Thanks in advance!

Applies to: Rebex SFTP

1 Answer

+1 vote
by (144k points)
selected by
 
Best answer

Unfortunately, we only support .NET at the moment.

Rebex File Server can run in Linux with Mono, and one of the next releases will include experimental support for the new .NET Core that supports Linux as well.

However, that would still not make it possible to seamlessly use the API from Java. Perhaps Apache Mina might suit your needs?

by (270 points)
I see, thanks for the help! Will look into the suggestion.
...