Skip to content

FtpResponseStatus

type FtpResponseStatus =
| "preliminary"
| "completion"
| "intermediate"
| "transientFailure"
| "permanentFailure";

Defined in: src/providers/classic/ftp/FtpResponseParser.ts:12

FTP response status family derived from the first digit of the reply code.