Dear all,

In ns2 we may use FTP as an application sitting upon TCP like

set tcp [new Agent/TCP]
......
set ftp [new Application/FTP]
$ftp attach-agent $tcp


Where can I find the C++ code for class Application/FTP? Is it only
implemented in OTCL without corresponding mirror in C++?

Thanks for your help.

Reply via email to