zhanghai / zhanghai/MaterialFiles
Overwriting a folder with one of the same name doesn't work on an FTP server
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 9k
- Forks
- 736
- PR merge metrics
- No merged PRs in 30d
Description
If I try to copy a folder to an FTP server's directory where it contains a folder of the same name, Material Files shows me a java8.nio.file.NoSuchFileE
xception: /switch: 550 File
exists error message rather than prompting me with the expected "Do you want to overwrite?" message.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the folder copy on an FTP server when the destination already contains a folder with the same name, and trace the handling of the resulting NoSuchFileException/550 File exists error. Done means the expected overwrite prompt appears and the folder copy completes correctly after confirmation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100