You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
Thanks to those who made it.
There was a problem when receiving data, so I am using it after fixing it.
The lwftp_data_close function is terminated in the lwftp_control_process function.
If there is a large amount of data, the termination point is fast and the data connection is terminated before processing the received data.
I use it by modifying it as follows.
lwftp_data_close point is not processed by lwftp_control_process
When data_sink is called, it checks the size and ends it.
The text was updated successfully, but these errors were encountered:
Hello.
Thanks to those who made it.
There was a problem when receiving data, so I am using it after fixing it.
The lwftp_data_close function is terminated in the lwftp_control_process function.
If there is a large amount of data, the termination point is fast and the data connection is terminated before processing the received data.
I use it by modifying it as follows.
lwftp_data_close point is not processed by lwftp_control_process
When data_sink is called, it checks the size and ends it.
The text was updated successfully, but these errors were encountered: