Hi all,
Iam using Get task like this
<target name="down">
<get
src="http://www.don-robertson.com/MP3/India/Tabla/Dhamar%20Tal%20-%20Raja%20Chatrapati%20Singh.mp3"
dest="/home/pritesh/PriteshSonngs/Rhythm/Pakawaj/DhamarTal-RajaChatrapatiSingh.mp3"
verbose="true"
usetimestamp="true"/>
</target>
now what will happen if net connection goes down or i shut down my machine , is this
Get task will continue to down load the file from where it has left , I mean is this
Get task will behave just like wget -c command of Linux.Or it will again start
downloading from 0.
prites
_____________________________________________________________
Join SQAtester.com Community ---> http://www.sqatester.com/testersarea/joinus.htm
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]