Z
zzhudy
Unregistered / Unconfirmed
GUEST, unregistred user!
我想用下列语句实现对FTP的下载,可是当我在edit1中输入
ftp://202.196.35.1/soft/PowerStrip273.exe时就会出现'Null Remote Address'
请问是什么原因,或怎么才能实现?
if (edit1.Text <>'') then
begin
NMFtp1.Connect;
//Nmftp1.Mode(MODE_BYTE);
NMFtp1.Download(edit1.Text,'d:/www' );
end;
ftp://202.196.35.1/soft/PowerStrip273.exe时就会出现'Null Remote Address'
请问是什么原因,或怎么才能实现?
if (edit1.Text <>'') then
begin
NMFtp1.Connect;
//Nmftp1.Mode(MODE_BYTE);
NMFtp1.Download(edit1.Text,'d:/www' );
end;