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
ConnectorId
and 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.ServiceUnavailableException
Transfer.Client.exceptions.InternalServiceError
Transfer.Client.exceptions.InvalidRequestException
Transfer.Client.exceptions.ResourceNotFoundException
Transfer.Client.exceptions.ThrottlingException