Debug options: -d debug -t trace Stress options: The -T option doesn't do any file reads, but opens/closes the file and keeps ...

Debug options:    -d              debug    -t              trace Stress options:    The -T option doesn't do any file reads, but opens/closes the file    and keeps count of bytes streaming across the net.     -T123456        Treat send file as if of size 123456 bytes.    -T -T123 -w:64  Treat send file as if of size 123*64 bytes.    -T -T -T        Treat send file as if of infinite size.  Example: To send data forever, do this:    > ftp -T -T -T MohsinA5    ftp> put localfile /dev/null    Control-C to stop.