https://github.com/ansys/ansys-tools-filetransfer-server
Server implementation for the Ansys Filetransfer Utility
https://github.com/ansys/ansys-tools-filetransfer-server
Last synced: 2 months ago
JSON representation
Server implementation for the Ansys Filetransfer Utility
- Host: GitHub
- URL: https://github.com/ansys/ansys-tools-filetransfer-server
- Owner: ansys
- License: mit
- Created: 2022-07-01T08:35:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:52:50.000Z (about 1 year ago)
- Last Synced: 2024-04-22T13:03:46.100Z (about 1 year ago)
- Language: C++
- Homepage: https://filetransfer-server.tools.docs.pyansys.com/
- Size: 2.54 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
FileTransfer Tool Server
========================The Ansys FileTransfer Tool is a simple gRPC API for transferring files between
a client and a remote 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 the tool itself and contained in the
`ansys-tools-filetransfer `_
repository.
- A C++ server, which is contained in this 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 and issues
------------------------Documentation for the latest release of the FileTransfer Tool Server is hosted at
`FileTransfer Tool Server documentation `_.The FileTransfer Tool Server documentation contains these sections:
- `Getting started `_:
Explains how to build and run the FileTransfer Tool Server.
- `Contribute `_:
Explains how to set up a development environment and provides documentation for the internal
classes and functions of the FileTransfer Tool Server for developers who want to understand
the inner workings of the server and possibly extend it.On the `FileTransfer Tool Server 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] `_.