%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/lib/node_modules/pm2/node_modules/get-uri/dist/
Upload File :
Create Path :
Current File : //proc/self/root/lib/node_modules/pm2/node_modules/get-uri/dist/ftp.d.ts

/// <reference types="node" />
import { Options } from 'ftp';
import { Readable } from 'stream';
import { UrlWithStringQuery } from 'url';
import { GetUriOptions } from '.';
interface FTPReadable extends Readable {
    lastModified?: Date;
}
interface FTPOptions extends GetUriOptions, Options {
    cache?: FTPReadable;
    debug?: (s: string) => void;
}
/**
 * Returns a Readable stream from an "ftp:" URI.
 */
export default function get(parsed: UrlWithStringQuery, opts: FTPOptions): Promise<Readable>;
export {};

Zerion Mini Shell 1.0