You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting to an FTP using the following code:
constFtp=newjsftp({host: "myhost",port: 21,// defaults to 21user: "login",// defaults to "anonymous"pass: "pass"// defaults to "@anonymous"});Ftp.once('connect',()=>{// features is undefinedconsole.log('connected',Ftp.features);// can execute commands here});
Ftp.features is always undefined.
The text was updated successfully, but these errors were encountered:
When connecting to an FTP using the following code:
Ftp.features is always undefined.
The text was updated successfully, but these errors were encountered: