Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allow specifying the destination path#44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
igor-stoppa wants to merge1 commit intomicropython:master
base:master
Choose a base branch
Loading
fromigor-embedded:master

Conversation

@igor-stoppa
Copy link

When uploading files, it can be convenient to have a directory
structure and to be able to specify where a file should go.

Signed-off-by: Igor Stoppaigor.stoppa@gmail.com

laky55555 reacted with thumbs up emoji
When uploading files, it can be convenient to have a directorystructure and to be able to specify where a file should go.Signed-off-by: Igor Stoppa <igor.stoppa@gmail.com>
@cwalther
Copy link

I once implemented the same thing, but then didn’t submit it because I discovered that it’s not needed: The HTML client transfers files with a relative path, which means they go to the current directory on the board and you can useos.chdir() on the REPL to set that.

(Although I’m not sure whether to consider that a bug or a feature – it might clash with a running program having its own requirements on the CWD, and you can’t change it while a program is running.)

@laky55555
Copy link

Thank you Igor for this tweak. It is very useful for me when uploading straight to SD card which is mounted to esp.
Would be nice to have it merged into master

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@igor-stoppa@cwalther@laky55555

[8]ページ先頭

©2009-2025 Movatter.jp