Hallo.....I have programmed with winsock for a while, but now I have set my
eyes on Inet, but I'm totally blank........a few questions ??
Inet1.Protocol = icFTP.......... ............I can see what this is
Inet1.RemotePor t = Text4.Text..... .... Whats the use ??
Inet1.URL = Text1.Text..... ............... Can this be an IP adresse
Inet1.UserName = Text2.Text..... ...... I guess thats to connect to FTP
Inet1.Password = Text3.Text..... ....... I guess thats to connect to FTP
1. whats puzzles me is : what is in the recieving end of this code...is it
another INET control or what ??
2. Can 2 instances of INET talk together like winsock can ??
3. If yes.......how do you connect the 2 INET controls
Thx in advance
eyes on Inet, but I'm totally blank........a few questions ??
Inet1.Protocol = icFTP.......... ............I can see what this is
Inet1.RemotePor t = Text4.Text..... .... Whats the use ??
Inet1.URL = Text1.Text..... ............... Can this be an IP adresse
Inet1.UserName = Text2.Text..... ...... I guess thats to connect to FTP
Inet1.Password = Text3.Text..... ....... I guess thats to connect to FTP
1. whats puzzles me is : what is in the recieving end of this code...is it
another INET control or what ??
2. Can 2 instances of INET talk together like winsock can ??
3. If yes.......how do you connect the 2 INET controls
Thx in advance
Comment