From e41b04be467def8a72731c373cf2f3f2694e9feb Mon Sep 17 00:00:00 2001 From: Mike Estes Date: Mon, 19 Nov 2018 08:49:43 -0800 Subject: [PATCH] fix: add pasv_url to typescript definitions (#131) --- ftp-srv.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ftp-srv.d.ts b/ftp-srv.d.ts index ffb7f45..f83ae1c 100644 --- a/ftp-srv.d.ts +++ b/ftp-srv.d.ts @@ -62,6 +62,7 @@ export interface FtpServerOptions { url?: string, pasv_min?: number, pasv_max?: number, + pasv_url?: string, greeting?: string | string[], tls?: tls.SecureContext | false, anonymous?: boolean,