In the most part they just send a file, it's accepted and that is that.
Ideally I'd like components where Iestablish an initial string (with my
login details perhaps), tell it the server address and set up a larger
object (the file) and initiate it. The server would accept the connect and
validate the header, if all is well it would continue and, once it confirms
all has been received confirmation would be sent to the sender.
If the header is deemed acceptable then the server would junk the whole
thing.
Does anyone know of something like this?
I guess it would go something like this...
Sender.ServerIP := '10.10.10.1';
Sender.ServerPort := '1001';
Sender.Header := 'myuser/mypassword';
Sender.Blob := ReadFile(myfile);
SendResult := Sender.SendIt;
If SendResult := True Then ShowMessage('Happy happy')
Else ShowMessage('Doh!');
I know... not great syntax... but basically it covers what I'm after... any
suggestions?
Chris.
Ernst Gerlach
in...@gerlach-mtl.de
"Chris L" <ukc...@hotmail.com> schrieb im Newsbeitrag
news:3ba667b4_1@dnews...
Chris.
"Ernst Gerlach" <ernst....@epost.de> wrote in message
news:3ba67029_2@dnews...