UNPKG

basic-ftp

Version:

FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.

2 lines (1 loc) 141 B
export type StringEncoding = "utf8" | "ascii" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | undefined;