Hmm... is it possible to make the bot to check if a FTP is online or not? .. exec ftp if able to login return 1 else return 0
but in real code ? =)
<font size=-1>[ This Message was edited by: woffer on 2001-11-13 12:43 ]</font>
Code: Select all
% puts [catch "exec ncftpls ftp://ftp.eggheads.org"]
0
% puts [catch "exec ncftpls ftp://sheep.are.good.com"]
1
%