edgeport - v1.0.3
    Preparing search index...

    Interface SftpWriteOptions

    Options for writing/streaming a file.

    interface SftpWriteOptions {
        offset?: number;
    }
    Index
    offset?: number

    Byte offset to start writing at; when set (> 0) the file is not truncated.