-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
Ftp.raw("mkd", "/new_dir", (err, data) => {
if (err) {
return console.error(err);
}
console.log(data.text); // Show the FTP response text to the user
console.log(data.code); // Show the FTP response code to the user
});
the folder permission is 700, how to set 777?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels