Skip to content

Commit 166ecfc

Browse files
committed
chore: test FTP verbose logging
1 parent a67bfdc commit 166ecfc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • shared/packages/worker/src/worker/accessorHandlers/lib/FTPClient

shared/packages/worker/src/worker/accessorHandlers/lib/FTPClient/FTPClient.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ class SafeFTPClient {
308308

309309
constructor() {
310310
this.ftpClient = new FTP.Client()
311+
312+
this.ftpClient.ftp.verbose = true // TMP!!
313+
311314
this.queue = new PQueue({ concurrency: 1 })
312315
}
313316

0 commit comments

Comments
 (0)