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

Re: Question about FTP



Hi Hala and Polly,

Thanks for your replies. Is this packet size referring to the TCP packet
size, as specified by

$tcp set packetSize_ 100 for example?

Thanks
HP

----- Original Message -----
From: Hala ElAarag <[email protected]>
To: Tan H P <[email protected]>
Cc: <[email protected]>
Sent: Tuesday, February 01, 2000 10:30 PM
Subject: 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
> >
>