OpenSSL SSL_write: SSL_ERROR_SYSCALL when replicating the file to the remote ftp server

Get help for specific problems
Posts: 1
Joined: 8 Nov 2024

arrenwu

Recently I upgraded to the 13.8 [Donation Edition] and then started to see the following error
Cannot write file "<file_name>.ffs_tmp".

CURLE_SEND_ERROR: OpenSSL SSL_write: SSL_ERROR_SYSCALL, errno 0
150 Starting data transfer. [curl_easy_perform]
This error continues to block the program from replicating the data to the remote ftp server.

How can I resolve this issue?
Posts: 2
Joined: 13 Nov 2024

dj-melo

Hi,
@Zenju i have the same problem but with linux. is there a fixed version for linux too?
User avatar
Posts: 4054
Joined: 11 Jun 2019

xCSxXenon

Hi,
@Zenju i have the same problem but with linux. is there a fixed version for linux too? dj-melo, 13 Nov 2024, 07:54
You'll likely have to wait for 13.9 to release. I've never seen a beta version for anything other than MacOS and Windows
Posts: 1
Joined: 17 Nov 2024

Runner973

Is there a way to substitute only the libcurl file in a windows system?
User avatar
Posts: 4054
Joined: 11 Jun 2019

xCSxXenon

Is there a way to substitute only the libcurl file in a windows system? Runner973, 17 Nov 2024, 09:39
libcurl isn't a file in Windows. You would have to get the FFS code, apply the libcurl changes, and compile it yourself