Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transferring a file with file name starting with a number #71

Open
decarlof opened this issue Sep 25, 2022 · 0 comments
Open

transferring a file with file name starting with a number #71

decarlof opened this issue Sep 25, 2022 · 0 comments

Comments

@decarlof
Copy link

The is a different behavior when transferring files with name staring with a number e.g.

123.h5

in this case a temporary file called

.0.27678456661111706123.h5

is generated in the destination directory. Once the transfer is completed the destination file name is renamed correctly as 123.h5.

If the file name starts with a letter e.g. a123.h5 no temporary file is created in the destination directory.

This behavior causes tools based on inotify like react to fail.

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

No branches or pull requests

1 participant