-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Documentation says
Usernames and passwords can be stored in an optional JSON file (.ftppass in the project folder or optionaly defined inauthPath).
But does not mention anything about to be able to use inline credentials, is there a way I could do that?
This does not seems to work still asks password on the console
auth: {
host: '<%= settings.user.ftpHost %>',
port: '<%= settings.user.ftpPort %>',
authKey: {
"username": "username",
"password": "password"
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels