Skip to content

Conversation

@geunwoonoh
Copy link
Collaborator

As mentioned in #10, The following bugs in the Web FTP system have been addressed:

  • The system does not support Korean characters in file paths.

  • Downloading large ZIP files is failing.

  • Downloading specific files causes a panic.

  • The system is unable to load settings for the FtpClient.

  • An error occurs during Alpamon installation due to the requirement to select Yes/No.

    • This error has been resolved on the alpacon-server.

Due to insufficient permissions, the process was
unable to access the alpamon.conf file.
As a workaround, Fix args to direct pass ServerURL to args.
During single file uploads, a panic was
triggered when cmd.Run() was unexpectedly
invoked, causing the application to crash.
To address this, fix the logic to ensure cmd.Run()
is only called when bulk or recursive flags are
explicitly set to true.
The process was failing because unzip command
was being executed prematurely, before the zip file
was created.
Fix this by changing | to &&, ensuring that unzip
command only runs after the zip file has been
successfully generated.
Set working directory for web ftp process.
Roll back.
@geunwoonoh geunwoonoh requested a review from royroyee November 11, 2024 08:42
@geunwoonoh geunwoonoh self-assigned this Nov 11, 2024
@geunwoonoh geunwoonoh linked an issue Nov 11, 2024 that may be closed by this pull request
@royroyee royroyee merged commit 4d77ea1 into main Nov 11, 2024
@royroyee royroyee deleted the 10-fix-bugs-related-to-web-ftp branch November 18, 2024 02:05
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.

Fix bugs related to Web FTP

3 participants