L
lzcbupt
Unregistered / Unconfirmed
GUEST, unregistred user!
我最近学习delphi5自带的nmftp控件时遇到的问题,在连接按钮的触发事件有如下代码:
nmftp1.host:=hostedit.text;
nmftp1.port:=strtoint(portedit.text);
nmftp1.userid:=useredit.text;
nmftp1.password:=passwordedit.text;
nmftp1.Connect;
可是运行时确提示"530login incorrect的错误提示,另外我在name为hostedit的edit控件中写入tracy.bupt.edu.cn;
name为portedit的控件中添了21,请问如何解决???
nmftp1.host:=hostedit.text;
nmftp1.port:=strtoint(portedit.text);
nmftp1.userid:=useredit.text;
nmftp1.password:=passwordedit.text;
nmftp1.Connect;
可是运行时确提示"530login incorrect的错误提示,另外我在name为hostedit的edit控件中写入tracy.bupt.edu.cn;
name为portedit的控件中添了21,请问如何解决???