[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Question about FTP



Hi all,
 
I would like my FTP application to send 100kbytes of data. In my tcl file, I added the line
 
$ftp1 send 100000
 
based on the description in the ns documentation. However, when I run my tcl file, I got the following message :
 
_o16 : no target for slot 1.
 
Does anyone know what the error means ? Is it the right way to specify sending bulk data over a link ?

Thanks.

HP