Skip to content
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

Ftps Stor command doesn’t release the memory #390

Open
ramya-mahesh1126 opened this issue Sep 18, 2024 · 0 comments
Open

Ftps Stor command doesn’t release the memory #390

ramya-mahesh1126 opened this issue Sep 18, 2024 · 0 comments
Labels
defect The code does not work as intended

Comments

@ramya-mahesh1126
Copy link

Describe the bug
I’m transferring 1GB file using FTPs.StorFrom command. Even after the connection is closed, the memory is not released in the service. After every file transfer, the memory keeps growing by the size of the file

To Reproduce

Create ftps client 
Login with credentials 
Transfer the file with Stor command 
Rename the file on remote server 
End the connection using Quit api

Expected behavior
Memory should be released after the file transfer in the service. The service still shows as 1GB memory usage

FTP server

  • Name and version: V0.2.0
  • Public URL if applicable

Debug output

Please include the ouput generated via DialWithDebugOuput

Additional context
Add any other context about the problem here.

@ramya-mahesh1126 ramya-mahesh1126 added the defect The code does not work as intended label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect The code does not work as intended
Projects
None yet
Development

No branches or pull requests

1 participant