Page 1 of 2

FTP problem

Posted: 12 Feb 2023, 22:30
by piter2
Hi, I am using the latest version of Reflector.
I'm having trouble uploading a copy to an FTP server. For small files, no problem. However, when the file is large and its sending lasts longer than 5 minutes, the transmission is interrupted. I have an error in the logs: "The deleted object could not be accessed. Object name: 'System.Net.Sockets.Socket'." The case is solved by enabling the option keep active during the transfer, but unfortunately such files are damaged (they cannot be unpacked).

log fragment:
2023-02-12 22:05:35 I logged into the remote server.
ERR 2023-02-12 22:10:38 An error occurred while uploading the file....
Each time it is 5 minutes and a few seconds.

FTP Server: Proftpd, SSL/TLS, passive behind NAT. Fillezila or Total Commander connect to the same server from the same machine without any problem and send large files without any problem, regardless of time.

Any ideas?

Regards

Re: FTP problem

Posted: 12 Feb 2023, 23:19
by cobian
Change the keep alive value from the Advanced tab of your FTP connection.

Re: FTP problem

Posted: 13 Feb 2023, 21:41
by piter2
I changed the option "Keep alive interval...." on 30000. Without result. The issue still exists. And it appears at the same time 5 minutes and a few seconds.

Re: FTP problem

Posted: 13 Feb 2023, 23:38
by cobian
Is Keep alive transfer checked?

Re: FTP problem

Posted: 14 Feb 2023, 07:01
by piter2
If this option is enabled, the file transfer is successful and the transmission is not interrupted. However, this file as a 7z archive is not openable. The archive is corrupted.

Re: FTP problem

Posted: 14 Feb 2023, 09:52
by cobian
I see

Re: FTP problem

Posted: 15 Feb 2023, 21:04
by rccenteno
piter2 wrote: 14 Feb 2023, 07:01 If this option is enabled, the file transfer is successful and the transmission is not interrupted. However, this file as a 7z archive is not openable. The archive is corrupted.
Hi,
Have you tested with .ZIP? I used .ZIP Compression and sent large files with no problems. I decided to switch to .7z and I seem to have the same problem as you. I'm still analyzing.

[]´s

Re: FTP problem

Posted: 15 Feb 2023, 21:22
by rccenteno
Choosing .ZIP compression works. But if you need to split the files, like I do, you'll have problems with .7z.
It seems to be a bug indeed.

Re: FTP problem

Posted: 15 Feb 2023, 21:37
by rccenteno
My case:
I changed all tasks to .7z compression as I need to use the SPLIT option in some routines (Reflector only allows this with .7z).
There is a problem uploading large files via FTP using .7z compression.
This problem doesn't happen when using .ZIP.
I'm going to reconfigure the tasks to .ZIP. until the problem is resolved. No problem.
I also have some errors when opening large .ZIP files but I solve this by opening them with the 7zip software.

Re: FTP problem

Posted: 18 Feb 2023, 11:02
by piter2
I checked. It works using ZIP works. Unfortunately, ZIP lacks speed and filename encryption.