The Ansys FileTransfer Tool provides a simple gRPC API for moving files between a client and a server. Its target use case are local Docker deployments or simple remote deployments.
The Ansys FileTransfer Tool is composed of two parts:
- A Python client, which is contained in this repository.
- A C++ server, which is contained in the ansys-tools-filetransfer-server repository.
WARNING:
The FileTransfer Tool does not provide any security measures. Any file on the server component can be accessed by any client. Without additional security measures, it is unsuited for use over an untrusted network.
Documentation for the latest stable release of the FileTransfer Tool is hosted at FileTransfer Tool documentation.
The FileTransfer Tool documentation contains these sections:
- Getting started: Explains how to install the FileTransfer Tool in user mode and then how to use it from a Python script.
- API reference: Describes FileTransfer Tool API endpoints so that you can understand how to interact with them programmatically.
- Contribute: Provides information on how to install the FileTransfer Tool in developer mode and make contributions to the codebase and documentation.
On the FileTransfer Tool Issues page, you can create issues to report bugs and request new features. On the Discussions page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.
To reach the project support team, email [email protected].