Skip to content

How to use inline credentials instead of .ftppass  #111

@TanKucukhas

Description

@TanKucukhas

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"
                    }
                }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions