Problem connecting with lftp

Michael ODonnell michael.odonnell at comcast.net
Tue Mar 21 22:20:01 EST 2006


>  To capture FTP control traffic, one would do something like this:
>
>        tethereal -i eth0 -f 'port 21'

It can also sometimes be useful to run your program using strace.
The sequence of syscalls can be excellent clues about the progress
(or lack thereof) your program is making.  Many times I've solved
mysterious problems after seeing failed attempts to open config
files, pipes, sockets, etc that the program itself never mentioned.
 



More information about the gnhlug-discuss mailing list