CommunityToolkit.Aspire.Hosting.Sftp
📦 CommunityToolkit.Aspire.Hosting.Sftp v13.4.0 4 Functions
3 Types
3 types and 4 members
Types
Functions
method
addSftp builder Adds atmoz SFTP to the application model.
addSftp(name: string, port?: number): SftpContainerResource method
withHostKeyFile builder Adds a bind mount for the specified host key file to an SFTP container resource.
withHostKeyFile(keyFile: string, keyType: KeyType): SftpContainerResource method
withUserKeyFile builder Adds a bind mount for the public key file of the specified user to an SFTP container resource.
withUserKeyFile(username: string, keyFile: string, keyType: KeyType): SftpContainerResource method
withUsersFile builder Adds a bind mount for the users.conf file to an SFTP container resource.
withUsersFile(usersFile: string): SftpContainerResource