Menu

Filetransfer with TICQlib?

Help
ForceU
2007-06-13
2013-03-22
  • ForceU

    ForceU - 2007-06-13

    Hi,

    does anyone know how to receive and send a file with this component?

    I have only found out how to accept the request (icqclient1.FTResponse(requestrec,true,'');), but not how to receive or even send files...

    Pleeease help me, I've searched all the web, but I really found nothing, even the example of this component does not have filetransfer included :( :(

    Thanks,

    Marc

     
    • ForceU

      ForceU - 2007-06-13

      ah, I found out that you start the File Transfer with

      procedure TForm1.ICQClient1FTStart(Sender: TObject; StartRec: TFTStartRec;
        FileName: string; FileSize, Speed: Cardinal);
      begin
      icqclient1.FTStartResponse(startrec);
      end;

      but how can I specify the target etc?

      PLEASE help me, its really important! (I know that sounds lame, but it's true ;) )

      Thanks,

      Marc

       
      • ForceU

        ForceU - 2007-06-13

        hey, I made it to save received files with a TFilestream - BUT how can I send files?? Everytime I use SendFileDC NOTHING HAPPENS! So: how do you send files???

        Marc

        PS: Does an 'Edit'-Button exists!?

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.