Re: [fpc-pascal] ftp server

2010-05-20 Thread Vannus
i think you have to compile the .lpk in a certain order or something. i have similar problem - but you can still use the components. something along the lines of... uses idhttp; private idhttp: tidhttpclient; form1.create() begin idhttp:=tidhttp.create(self); end; its not as easy as to ge

Re: [fpc-pascal] ftp server

2010-05-20 Thread Graeme Geldenhuys
Nataraj S Narayan het geskryf: > > Installed it from indyproject.org, using the .lpk. But no components > are shown in the IDE. Any clues? I don't use Indy at the moment, but would imagine there is some design time package that needs to be compiled and installed - so it registers in the IDE compo

Re: [fpc-pascal] ftp server

2010-05-20 Thread Nataraj S Narayan
Hi Graeme Installed it from indyproject.org, using the .lpk. But no components are shown in the IDE. Any clues? regards Nataraj On Thu, May 20, 2010 at 12:13 PM, Graeme Geldenhuys wrote: > Nataraj S Narayan het geskryf: >> >> May I know if there are classes to implement an ftp server using fp

Re: [fpc-pascal] ftp server

2010-05-19 Thread Graeme Geldenhuys
Nataraj S Narayan het geskryf: > > May I know if there are classes to implement an ftp server using fpc > on Windows? I know the Indy components comes with clients and servers for just about any tcp, udp and raw sockets as well as over 100 higher level protocols. FTP Server being one of them. h

[fpc-pascal] ftp server

2010-05-19 Thread Nataraj S Narayan
Hi May I know if there are classes to implement an ftp server using fpc on Windows? Warm regards Nataraj ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal