Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyPair ¶
type KeyPair struct { PublicKey ed25519.PublicKey PrivateKey ed25519.PrivateKey PublicKeyEncodedToString string }
func GenerateEd25519Keys ¶
func (*KeyPair) PrivateKeyToPEM ¶
type SFTPClient ¶
type SFTPClient struct {
// contains filtered or unexported fields
}
func NewSFTPClient ¶
func NewSFTPClient(cfg *SFTPConfig) (*SFTPClient, error)
func (*SFTPClient) Close ¶
func (s *SFTPClient) Close() error
func (*SFTPClient) SFTPClient ¶
func (s *SFTPClient) SFTPClient() *sftp.Client
Click to show internal directories.
Click to hide internal directories.