mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
ftp passive mode support
This commit is contained in:
parent
b5a4d8853c
commit
f51fc0f413
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user