createDirectory(atPath:attributes:)

    Create a directory at the specified path on the SFTP server. If the directory already exists, an error is thrown.

    SFTPClient.swift:226
    func createDirectory(atPath path: String, attributes: SFTPFileAttributes = .none) async throws

    Other members in extension

    Instance members