ftp passive mode support

This commit is contained in:
Ben Allfree 2022-12-31 11:00:41 +00:00
parent b5a4d8853c
commit f51fc0f413

View File

@ -279,6 +279,9 @@ export const ftpService = mkSingleton((config: FtpConfig) => {
anonymous: false,
log: log.create(`ftpServer`, { errorTrace: false }),
tls,
pasv_url: `147.182.196.168`,
pasv_max: 20000,
pasv_min: 10000,
})
ftpServer.on(