Skip to content

ls with aster #78

@LorenzoScarpa

Description

@LorenzoScarpa

i would like to list file filtering by name and partial search as in terminal

ftpClient.cd(path).raw('ls -l dir/filename*').exec((err, res) => {
        if (err) {
          throw err;
        }
        return res.data;
});

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