ftp icon indicating copy to clipboard operation
ftp copied to clipboard

Ftps Stor command doesn’t release the memory

Open ramya-mahesh1126 opened this issue 5 months ago • 0 comments

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 avatar Sep 18 '24 21:09 ramya-mahesh1126