fix: add pasv_url to typescript definitions (#131)

This commit is contained in:
Mike Estes
2018-11-19 08:49:43 -08:00
committed by Tyler Stewart
parent 7acf861a4d
commit e41b04be46

1
ftp-srv.d.ts vendored
View File

@@ -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,