@hashgraph/solo
    Preparing search index...

    Implements

    Index

    Constructors

    Methods

    • Copy a file into a container

      It overwrites any existing file inside the container at the destination directory

      Parameters

      • sourcePath: string

        the path of the local file to copy

      • destinationDirectory: string

        the remote destination directory

      • filter: TarCreateFilter = undefined

        the filter to pass to tar to keep or skip files or directories

      Returns Promise<boolean>

      a Promise that performs the copy operation

    • List files and directories in a container

      It runs ls -la on the specified path and returns a list of object containing the entries. For example: [{ directory: false, owner: hedera, group: hedera, size: 121, modifiedAt: Jan 15 13:50 name: config.txt }]

      Parameters

      • destinationPath: string

        the remote path to the directory

      Returns Promise<any[] | TDirectoryData[]>

      a promise that returns array of directory entries, custom object