Re: [fpc-pascal] Client/Server file transfer

2007-09-17 Thread Marco van de Voort
> > In Delphi I would probably use some of the ICS > > There are ports of ICS and Indy for FPC, but AFAIK they work under > Windows only. The current version of Indy is available for most platforms, and works fine with Lazarus. ___ fpc-pascal maillist

Re: [fpc-pascal] Client/Server file transfer

2007-09-17 Thread Stootch
Stephen Dickason wrote: In Delphi I would probably use some of the ICS There are ports of ICS and Indy for FPC, but AFAIK they work under Windows only. If you are familiar with ICS you can choose lNet (first letter is 'L'), especially if you plan to build GUI applications with Lazarus. O

Re: [fpc-pascal] Client/Server file transfer

2007-09-17 Thread Leonardo M. Ram
> Any advice is welcome, thanks > Stephen You can try Synapse Lib (synapse.ararat.cz). Leonardo M. Ramé http://leonardorame.blogspot.com Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'

[fpc-pascal] Client/Server file transfer

2007-09-17 Thread Stephen Dickason
I'm needing to create two programs, a client and a server that will take a file via command line parameter, compress, encrypt and send it from one computer to another (possibly over the Net) and decrypt, decompress and save file in original form. In Delphi I would probably use some of the ICS comp