Skip to content

Conversation

@YevicT
Copy link

@YevicT YevicT commented Oct 24, 2025

No description provided.

@YevicT YevicT force-pushed the main branch 2 times, most recently from ae01c5d to d598148 Compare October 24, 2025 13:58
return $ftp;
}

public function listFiles(string $path): array
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we only listing files? What about folders?

Copy link
Author

@YevicT YevicT Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes and the reason i called it ls in the first place. This is the same function as the unix CLI function

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You would need all three: list all, list folder, list files.

@YevicT YevicT force-pushed the main branch 3 times, most recently from 642ad20 to 2fb8b5e Compare October 28, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants