@types/promise-ftp-common
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Installation

npm install --save @types/promise-ftp-common

Summary

This package contains type definitions for promise-ftp-common (https://github.com/realtymaps/promise-ftp-common).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/promise-ftp-common.

index.d.ts

export enum STATUSES {
    NOT_YET_CONNECTED = "not yet connected",
    CONNECTING = "connecting",
    CONNECTED = "connected",
    LOGGING_OUT = "logging out",
    DISCONNECTING = "disconnecting",
    DISCONNECTED = "disconnected",
    RECONNECTING = "reconnecting",
}
export class FtpConnectionError extends Error {}
export class FtpReconnectError extends Error {
    constructor(
        disconnectError?: string | Error,
        connectError?: string | Error,
        onCwd?: boolean,
    );
    connectError: string | Error;
    disconnectError: string | Error;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by coolreader18.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.070,248ts2.4
1.1.070,248ts2.5
1.1.070,248ts2.6
1.1.070,248ts2.7
1.1.070,248ts2.8
1.1.070,248ts2.9
1.1.070,248ts3.0
1.1.070,248ts3.1
1.1.070,248ts3.2
1.1.070,248ts3.3
1.1.070,248ts3.4
1.1.070,248ts3.5
1.1.070,248ts3.6
1.1.070,248ts3.7
1.1.070,248ts3.8
1.1.070,248ts3.9
1.1.070,248ts4.0
1.1.070,248ts4.1
1.1.070,248ts4.2
1.1.070,248ts4.3
1.1.070,248ts4.4
1.1.35,687ts5.8
1.1.35,687ts5.7
1.1.35,687latest
1.1.35,687ts4.5
1.1.35,687ts4.6
1.1.35,687ts4.7
1.1.35,687ts4.8
1.1.35,687ts4.9
1.1.35,687ts5.0
1.1.35,687ts5.1
1.1.35,687ts5.2
1.1.35,687ts5.3
1.1.35,687ts5.4
1.1.35,687ts5.5
1.1.35,687ts5.6
1.1.35,687ts5.9

Version History

VersionDownloads (Last 7 Days)Published
1.1.35,687
1.1.25
1.1.136
1.1.070,248

Package Sidebar

Install

npm i @types/promise-ftp-common

Weekly Downloads

75,976

Version

1.1.3

License

MIT

Unpacked Size

3.77 kB

Total Files

5

Last publish

Collaborators

  • types