Client#
- class ansys.tools.filetransfer.Client(channel, max_message_length=None)#
Provides the high-level Python client for the FileTransfer Tool.
You use this client’s high-level API to upload and download files to the FileTransfer Tool Server.
Methods
Client.download_file(remote_filename, ...[, ...])Download a file from the server.
Client.from_transport_options(...[, ...])Initialize the client from transport options.
Client.upload_file(local_filename, ...[, ...])Upload a file to the server.