Skip to content

[compatibility] Refactor while loop for reading directory listing by …#3

Open
HuangShumin wants to merge 1 commit intoWebDAVDevs:masterfrom
HuangShumin:patch-1
Open

[compatibility] Refactor while loop for reading directory listing by …#3
HuangShumin wants to merge 1 commit intoWebDAVDevs:masterfrom
HuangShumin:patch-1

Conversation

@HuangShumin
Copy link

…avoiding to use here-string

here-string is Bash/Ksh/Zsh feature, sh/dash won't support herestring

…avoiding to use here-string

here-string is Bash/Ksh/Zsh feature, sh/dash won't support herestring
@stokito
Copy link
Contributor

stokito commented Jan 27, 2026

Thank you for the PR. The dash is not supported by the project, only the BusyBox ash. I'll test it later once finish it.
The project is a playground and it's not completed yet. I just tested that generally the idea works. Even more, in order to work we also need to patch the BusyBox httpd to allow methods other that GET and POST. I'll do this later, now I working on XMPP stuff and will back to WebDAV later.

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