edgeport - v1.0.3
    Preparing search index...

    Interface FtpGetOptions

    Per-transfer options for FtpSession.get and FtpSession.getStream.

    interface FtpGetOptions {
        offset?: number;
        type?: FtpTransferType;
    }
    Index
    offset?: number

    Byte offset to resume the download from, issued as REST <offset> before RETR. The returned bytes are the tail of the file starting at this offset. Resume offsets are only meaningful for binary transfers.

    Transfer representation type; defaults to 'binary'.