fix: add pasv_url to typescript definitions (#131)
This commit is contained in:
committed by
Tyler Stewart
parent
7acf861a4d
commit
e41b04be46
1
ftp-srv.d.ts
vendored
1
ftp-srv.d.ts
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user