AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the StartFileTransfer operation. Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Transfer.AmazonTransferRequest
      Amazon.Transfer.Model.StartFileTransferRequest

Namespace: Amazon.Transfer.Model
Assembly: AWSSDK.Transfer.dll
Version: 3.x.y.z

Syntax

C#
public class StartFileTransferRequest : AmazonTransferRequest
         IAmazonWebServiceRequest

The StartFileTransferRequest type exposes the following members

Constructors

NameDescription
Public Method StartFileTransferRequest()

Properties

NameTypeDescription
Public Property ConnectorId System.String

Gets and sets the property ConnectorId.

The unique identifier for the connector.

Public Property LocalDirectoryPath System.String

Gets and sets the property LocalDirectoryPath.

For an inbound transfer, the LocaDirectoryPath specifies the destination for one or more files that are transferred from the partner's SFTP server.

Public Property RemoteDirectoryPath System.String

Gets and sets the property RemoteDirectoryPath.

For an outbound transfer, the RemoteDirectoryPath specifies the destination for one or more files that are transferred to the partner's SFTP server. If you don't specify a RemoteDirectoryPath, the destination for transferred files is the SFTP user's home directory.

Public Property RetrieveFilePaths System.Collections.Generic.List<System.String>

Gets and sets the property RetrieveFilePaths.

One or more source paths for the partner's SFTP server. Each string represents a source file path for one inbound file transfer.

Public Property SendFilePaths System.Collections.Generic.List<System.String>

Gets and sets the property SendFilePaths.

One or more source paths for the Amazon S3 storage. Each string represents a source file path for one outbound file transfer. For example, amzn-s3-demo-bucket/myfile.txt .

Replace amzn-s3-demo-bucket with one of your actual buckets.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5