Skip to content

ftp.List doesn't get expected results by folder without suffix / #53

Open
@lemon19900815

Description

@lemon19900815
std::string folder = "pictures";
std::string filelist;
ftp.List(folder, filelist); 

if i call the List interface like this, i can't get expected results, the auctual results filelist is one level above the directory. then i fix the folder suffix with /, the results is my expected!

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