Hello Hulk, I would like to repeat, it works ... but not every time. I wrote a short batch to test the server, it is a small loop, this one repeats every 5 seconds. The same problem is when configuring it passive OR active If the loop repeats every 60 second, it works long time well .. If the loop repeats every <5 second, the problem appears very soon .. @echo off :start echo GO! ftp -d -s:ftpcommands.txt>>.\ftp.log timeout /T 5 /NOBREAK goto start and now the ftp commands file: open 10.2.16.88 zgttest password put testfile.txt bye Roman
... View more