We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: