How to set root directory of ftp-srv in Node.js

前端 未结 0 1732
忘了有多久
忘了有多久 2020-12-13 18:42

I\'m trying to create an ftp server using ftp-srv

Here is my code:

const FtpSvr = require ( \'ftp-srv\' );

const hostname = \'0.0.0.0\';
const port =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题