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,