Transfer / Client / start_file_transfer
start_file_transfer#
- Transfer.Client.start_file_transfer(**kwargs)#
Begins an outbound file transfer to a remote AS2 server. You specify the
ConnectorIdand the file paths for where to send the files.See also: AWS API Documentation
Request Syntax
response = client.start_file_transfer( ConnectorId='string', SendFilePaths=[ 'string', ] )
- Parameters:
- Return type:
dict
- Returns:
Response Syntax
{ 'TransferId': 'string' }
Response Structure
(dict) –
TransferId (string) –
Returns the unique identifier for this file transfer.
Exceptions
Transfer.Client.exceptions.ServiceUnavailableExceptionTransfer.Client.exceptions.InternalServiceErrorTransfer.Client.exceptions.InvalidRequestExceptionTransfer.Client.exceptions.ResourceNotFoundExceptionTransfer.Client.exceptions.ThrottlingException