# SftpContainerResource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.Sftp](/reference/api/csharp/communitytoolkit.aspire.hosting.sftp.md)
- Type: [SftpContainerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.sftp/sftpcontainerresource.md)
- Kind: `Constructors`
- Members: `1`

A resource that represents an SFTP container.

## SftpContainerResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.Sftp/SftpContainerResource.cs#L10)

A resource that represents an SFTP container.

```csharp
public class SftpContainerResource
{
    public SftpContainerResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
  The name of the resource.
