Uploaded 2 files on to a Web server (Linux). While all the bytes had been transferred, TotalCmd stayed with the progress bar pop-up. Had to hit Cancel to get out. This happened to both files.
/WT
ftp issue in 7.57a?
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50934
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Big files? If the transfer takes more than a few minutes, a router/firewall in the path between your computer and the server may disconnect the FTP control connection. Then TC will wait forever for the "Transfer OK" confirmation from the server...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
ghisler(Author)
Shouldn't TcpKeepAlive=1 fight with this?
Shouldn't TcpKeepAlive=1 fight with this?
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
Using TC 11.03 / Win10 x64
Using TC 11.03 / Win10 x64
- ghisler(Author)
- Site Admin
- Posts: 50934
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It may work, but some routers ignore it. You can try
KeepAliveTransfer=1
but this will not work with all servers. TC then sends space (character #32) during the transfer from time to time to simulate traffic on the control connection.
KeepAliveTransfer=1
but this will not work with all servers. TC then sends space (character #32) during the transfer from time to time to simulate traffic on the control connection.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Yes, they were significant files of between 3-5MB files.ghisler(Author) wrote:Big files? If the transfer takes more than a few minutes, a router/firewall in the path between your computer and the server may disconnect the FTP control connection. Then TC will wait forever for the "Transfer OK" confirmation from the server...