Skip to content

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