Skip to content

Fix ShowFolder's anomaly handling (Fix #841) #843

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

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

itagagaki
Copy link
Member

This fixes #841

  • Update the remote item view only when the items are successfully retrieved. When an exception is caught, do not make any changes.
  • Since it is not possible to distinguish between cases where the referenced directory does not exist and cases where the contents of the referenced directory are empty, check the existence of the directory before retrieving the item list, and display an error if it does not exist.
  • Add code to throw an exception if FTP connect fails.

@VShawn VShawn merged commit 07bfdcc into 1Remote:main Jan 26, 2025
@VShawn VShawn added this to the NEXT milestone Jan 26, 2025
@VShawn VShawn modified the milestones: NEXT, 1.2.0 Apr 9, 2025
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

Successfully merging this pull request may close these issues.

An incorrect password in FTP will cause an exception to be thrown forever
2 participants