zhanghai / zhanghai/MaterialFiles
Deleting files on an external FTP server via the FTP client creates an exception
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 9k
- Forks
- 736
- PR merge metrics
- No merged PRs in 30d
Description
Whenever I added an FTP server to the app, i could browse files just fine and even create files, but whenever I try to delete a file, it doesn't work, and instead created a toast indicating an exception. Using other android ftp clients allows me to delete the file just fine, but Material Files can't do it for some reason
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 failure in the app's FTP client: connect to an external FTP server, create or select a file, and attempt to delete it. Inspect the resulting exception and compare the delete operation with the working browse and create operations. Done means deleting a remote file succeeds without showing an exception toast.
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