Re: [Gambas-user] using sockets to send binay files

2010-04-11 Thread Olivier Cruilles
Hi, May be this email can help you. --- On Mon, 1 Dec 2008 06:50:06 am Robert Moss wrote: Robert this may not be much help to you and I'm not sure how related to your problem it is, but just on the off chance. I struggled with

Re: [Gambas-user] using sockets to send binay files

2010-04-11 Thread Ricardo Díaz Martín
Thanks Olivier for your reply. I discovered last night binary files can be sent as text files if you uuencode on before sending and uudecode after files are received. uuencode and uudecode are unix standards commands (they are in Ubuntu repositories and in Mac OX too) The code you put in your

Re: [Gambas-user] using sockets to send binay files

2010-04-11 Thread Benoît Minisini
Hi, Is there some way to send binary files using gambas sockets? Reading and sending byte per byte is too much slow. I read old post from Benoit about this and I think it's no possible at this time. It's true? Regards, Ricardo Díaz Use the WRITE or the PRINT instruction. For example:

[Gambas-user] using sockets to send binay files

2010-04-10 Thread Ricardo Díaz Martín
Hi, Is there some way to send binary files using gambas sockets? Reading and sending byte per byte is too much slow. I read old post from Benoit about this and I think it's no possible at this time. It's true? Regards, Ricardo Díaz