B
brucebird
Unregistered / Unconfirmed
GUEST, unregistred user!
with idftp1 do
begin
username:='******';
password:='*******';
host:='202.120.144.159';
connect;
ChangeDir('/');
TransferType:=ftASCII;
List(DirectoryList.Items);
end;
----------------------
就剩下5分了,不好意思!
begin
username:='******';
password:='*******';
host:='202.120.144.159';
connect;
ChangeDir('/');
TransferType:=ftASCII;
List(DirectoryList.Items);
end;
----------------------
就剩下5分了,不好意思!