@echo off cls cd C:\photo\ ftp -i -s:ftpupload.txt
what i want to do is set an 'alarm' of types up, so if the ftp upload hangs for 10minutes it will disconnect the session.
anyone got any ideas?
Posted 17 April 2008 - 04:04 AM
@echo off cls cd C:\photo\ ftp -i -s:ftpupload.txt
Posted 24 April 2008 - 12:44 PM
Posted 24 April 2008 - 02:39 PM
ping -n 10 127.0.0.0 > nul