M
moneytea
Unregistered / Unconfirmed
GUEST, unregistred user!
我在使用nmftp控件的时候,F9运行如果ftp可以连接上则没有问题,
但是如果ftp当了,下面的程序并没有象我想象的
那样showmessage('Sorry,Can not connect the Server!');
而是进入了debug状态,我要用ctrl+F2中止。
怎么回事呢?
try
nmftp1.Connect
except
showmessage('Sorry,Can not connect the Server!');
end;
//nmftp1.ChangeDir('soft');
但是如果ftp当了,下面的程序并没有象我想象的
那样showmessage('Sorry,Can not connect the Server!');
而是进入了debug状态,我要用ctrl+F2中止。
怎么回事呢?
try
nmftp1.Connect
except
showmessage('Sorry,Can not connect the Server!');
end;
//nmftp1.ChangeDir('soft');