Skip to content

FtpReplyErrorInput

Defined in: src/errors/errorFactory.ts:25

Input used to map an FTP reply into a structured ZeroTransfer error.

PropertyTypeDescriptionDefined in
cause?unknownOriginal lower-level failure that accompanied the reply.src/errors/errorFactory.ts:37
command?stringFTP command that produced the response, if known.src/errors/errorFactory.ts:31
ftpCodenumberNumeric FTP response code returned by the server.src/errors/errorFactory.ts:27
messagestringServer-provided response message.src/errors/errorFactory.ts:29
path?stringRemote path involved in the command, if any.src/errors/errorFactory.ts:33
protocol?"ftp" | "ftps" | "sftp"Protocol variant used by the adapter.src/errors/errorFactory.ts:35