Dear Plesk Support Team,
Sorry for my bad English, it's not my native language.
I try to upload large file to my server using FTP on Plesk 12.0.18. And I have a problem with this. If the time of upload is more then 1 hour, the FTP connection is down. I try to use more than 5 different FTP clients, but every time when time of upload file more then 3600 seconds the connection is down and file not uploaded to server. I try to edit /etc/proftpd.conf and add this:
(I add this in top of Global section right after AllowOverwrite on)
But it's not help for me. After the time of upload file more than 3600 + 1 second the FTP connection is down.
What I need to do for resolve this issue?
Sorry for my bad English, it's not my native language.
I try to upload large file to my server using FTP on Plesk 12.0.18. And I have a problem with this. If the time of upload is more then 1 hour, the FTP connection is down. I try to use more than 5 different FTP clients, but every time when time of upload file more then 3600 seconds the connection is down and file not uploaded to server. I try to edit /etc/proftpd.conf and add this:
Code:
MaxStoreFileSize 5 Gb
TimeoutStalled 7200
TimeoutIdle 7200
TimeoutNoTransfer 7200
(I add this in top of Global section right after AllowOverwrite on)
But it's not help for me. After the time of upload file more than 3600 + 1 second the FTP connection is down.
What I need to do for resolve this issue?