[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about FTP
I used $ftp1 set maxpkts_
You can calculate the number of packets according to your packet size.
-Hala
**************************************************************************
Hala A. ElAarag
Ph.D. candidate
School of Electrical Engineering and Computer Science
University of Central Florida
Orlando, FL 32816
**************************************************************************
On Tue, 1 Feb 2000, Tan H P wrote:
> 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
>