8000 Resolve "Fix bugs related to Web FTP" by Apdul0329 · Pull Request #11 · alpacanetworks/alpamon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Resolve "Fix bugs related to Web FTP" #11

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 5 commits into from
Nov 11, 2024
Merged

Conversation

Apdul0329
Copy link
Contributor

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.
@Apdul0329 Apdul0329 requested a review from royroyee November 11, 2024 08:42
@Apdul0329 Apdul0329 self-assigned this Nov 11, 2024
@Apdul0329 Apdul0329 linked an issue Nov 11, 2024 that may be closed by this pull request
@royroyee royroyee merged commit 4d77ea1 into main Nov 11, 2024
2 checks passed
@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
2 participants
0