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_server_address
(server_address, *)Initialize the client from a server URL.
Client.upload_file
(local_filename, ...[, ...])Upload a file to the server.