Hello. I have tried wput and it seems to be a good simple ftp with connection retries. What i would love is that if wput has reach it x retries without success, can you report it as a ErrorLevel 1, ie. exit(1) instead of exit(0)?? This will provide us with a logic where if there are transfer error or disconnection, our batch program will not move the file to backup directory. Thanks. Johnny